From 7b4c3665ce1787831363dca151d0fbb23e6842a5 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 20 Apr 2022 23:57:19 -0400 Subject: [PATCH] add url --- pg_restore.md | 2 ++ 1 file changed, 2 insertions(+) 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.