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

From Fabrízio de Royes Mello
Subject Verbose output of pg_dump not show schema name
Date
Msg-id CAFcNs+ow5jWzZEKRJwDJgj8u0LQPcp++AZ_yUC2M6b14iZ4raQ@mail.gmail.com
Whole thread Raw
Responses Re: Verbose output of pg_dump not show schema name  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Hi all,

There are some reason to verbose output of pg_dump don't show schema name?

A output example of using "pg_dump -Fd -j8 -v"

...
pg_dump: dumping contents of table geocoordinate
pg_dump: dumping contents of table historyvalue
pg_dump: dumping contents of table historyvalue
pg_dump: dumping contents of table transactionlog
pg_dump: dumping contents of table historyvalue
pg_dump: dumping contents of table historyvalue
pg_dump: dumping contents of table historyvalue
pg_dump: dumping contents of table historyvalue
...

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.

Regards,

--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: assertion failure 9.3.4
Next
From: Bruce Momjian
Date:
Subject: Re: WIP patch for Todo Item : Provide fallback_application_name in contrib/pgbench, oid2name, and dblink