Object-relational database system with SQL support
Object-relational database system
psqlpostgrespg_dumppg_restorecreatedbdropdbcreateuserdropuser$ psql -U postgres -d mydb$ pg_dump -U postgres mydb > backup.sql$ createdb -U postgres mynewdb