Does anyone know why 'pg_restore -d' doesn't display the commands being
executed, like you see when you don't use '-d':

        pg_dump -Fc test >/tmp/test.db
        pg_restore < /tmp/test.db
        pg_restore -d test < /tmp/test.db

The first pg_restore displays the commands, while the second does not.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to