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

From Bruce Momjian
Subject Re: pg_restore -d doesn't display output
Date
Msg-id 200310061634.h96GYr103633@candle.pha.pa.us
Whole thread Raw
In response to Re: pg_restore -d doesn't display output  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> 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 equivalent to pg_dump
> plain style).  The second sends the commands to a backend.
> 
> I would have expected there to be a --verbose option that would also echo
> the commands to stderr, but it doesn't look like there's any support for
> that in the code.

I don't understand why sending something to a backend should effect the
script output.

--  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: Andrew Dunstan
Date:
Subject: Re: more on initdb
Next
From: Peter Eisentraut
Date:
Subject: Re: max_connections/shared_buffers (was Re: Beta4 Tag'd