Re: pg_dump - 8.3 - schemas

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: pg_dump - 8.3 - schemas
Дата
Msg-id 4F3D574A.9010709@gmail.com
обсуждение исходный текст
Ответ на pg_dump - 8.3 - schemas  ("Edward W. Rouse" <erouse@comsquared.com>)
Ответы Re: pg_dump - 8.3 - schemas  ("Edward W. Rouse" <erouse@comsquared.com>)
Список pgsql-sql
On 02/16/2012 10:59 AM, Edward W. Rouse wrote:
> I am working with a database set up by someone else. They set it up so that
> most tables are in the public schema, but they also have a reports schema;
> database.public.tables and database.reports.tables.
>
> If I do a pg_dump of the database, I only get the public schema. If I do a
> dump with --schema=reports, I only get the reports schema. Is there a way to
> get all the schemas from a single pg_dump or am I forced to use separate
> ones? This is also for future issues where there may be more than 2.

The pg_dump should work.
What is the exact command line statement you are using?
Are doing both dumps as the same user?

>
> Thanks
>
> Edward W. Rouse
>
>


-- 
Adrian Klaver
adrian.klaver@gmail.com


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Edward W. Rouse"
Дата:
Сообщение: pg_dump - 8.3 - schemas
Следующее
От: "Edward W. Rouse"
Дата:
Сообщение: Re: pg_dump - 8.3 - schemas