Re: [HACKERS] pg_restore -d doesn't display output

2003-10-06 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Does anyone know why 'pg_restore -d' doesn't display the commands being > > executed, like you see when you don't use '-d': > > > pg_restore < /tmp/test.db > > pg_restore -d test < /tmp/test.db > > The first sends a script to

Re: [HACKERS] pg_restore -d doesn't display output

2003-10-06 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Does anyone know why 'pg_restore -d' doesn't display the commands being > executed, like you see when you don't use '-d': > pg_restore < /tmp/test.db > pg_restore -d test < /tmp/test.db The first sends a script to stdout (effectively equival

[HACKERS] pg_restore -d doesn't display output

2003-10-06 Thread Bruce Momjian
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 d