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 <br...@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. + -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers