pg_restore -d doesn't display output - Mailing list pgsql-hackers

From Bruce Momjian
Subject pg_restore -d doesn't display output
Date
Msg-id 200310061508.h96F8AD25196@candle.pha.pa.us
Whole thread Raw
Responses Re: pg_restore -d doesn't display output  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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.dbpg_restore < /tmp/test.dbpg_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 pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: more on initdb
Next
From: Tom Lane
Date:
Subject: Re: more on initdb