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
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