Re: Verbose output of pg_dump not show schema name - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Verbose output of pg_dump not show schema name
Date
Msg-id 20140417143635.GA7443@momjian.us
Whole thread Raw
In response to Re: Verbose output of pg_dump not show schema name  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Responses Re: Verbose output of pg_dump not show schema name  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List pgsql-hackers
On Thu, Apr 17, 2014 at 11:29:03AM -0300, Fabrízio de Royes Mello wrote:
> > > This database have a lot of different schemas with same structure and if I
> > > need do view the status of dump I don't know what schema the table are dump
> > > from.
> > Yes this may be helpful. The attached quick'n dirty patch implements it.
> >
> 
> Very nice... thanks!!!
> 
> I add schema name do the following messages too:
> 
> pg_restore: processing data for table "public"."bar"
> pg_restore: processing data for table "public"."foo"
> pg_restore: processing data for table "s1"."bar"
> pg_restore: processing data for table "s1"."foo"
> pg_restore: processing data for table "s2"."bar"
> pg_restore: processing data for table "s2"."foo"
> pg_restore: processing data for table "s3"."bar"
> pg_restore: processing data for table "s3"."foo"

Can you get that to _conditionally_ double-quote the strings?  In fact,
maybe we don't even need the double-quotes.  How do we double-quote
other places?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Clock sweep not caching enough B-Tree leaf pages?
Next
From: Tom Lane
Date:
Subject: Re: Buildfarm "master-next" branch?