Re: pg_dump and schema names

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_dump and schema names
Дата
Msg-id 52090D2A.1000600@gmx.net
обсуждение исходный текст
Ответ на pg_dump and schema names  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pg_dump and schema names  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On 8/9/13 12:04 AM, Bruce Momjian wrote:
> generates this output:
> 
>     SET search_path = xx, pg_catalog;
>     CREATE TABLE test (
>         x integer
>     );
> 
> If you dump a schema and want to reload it into another schema, you
> should only need to update that one search_path line.

Is anyone actually using that feature?  It doesn't seem very reliable.
You can't just change the schema name in one or two places.  You'd have
to manually inspect function source code, for example.




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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: killing pg_dump leaves backend process
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: question about HTTP API