diff --git a/pg_restore.md b/pg_restore.md index 68ed8f6..91cc295 100644 --- a/pg_restore.md +++ b/pg_restore.md @@ -1,3 +1,5 @@ +[postgresql.org](https://www.postgresql.org/docs/current/app-pgrestore.html) + pg_restore has 2 modes. if you just feed it a backup file it produces sql that you woudl have to pipe to psql or a file to run. If you specify -d it will actually connect and execute the restore commands.