Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To create custom backups in file format tar or dump.

Restoring Database

pg_restore

...There are several ways to restore a database.

psql < backupfile.sql

...

Database Commands

 \l

List of all databases, owners and access privileges.

...