pg_dump VS alter database ... set search_path ...

Поиск
Список
Период
Сортировка
От Nikolay Samokhvalov
Тема pg_dump VS alter database ... set search_path ...
Дата
Msg-id e431ff4c0610090145u61283a08h9af408e81f39ff20@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Hi,

What is the best practice for following case:
In my database I have a set (~10) of schemas; my database periodically
is being backed up and restored at another machine. I have set up
search_path via "ALTER DATABASE ... SET search_path TO ..." to make
all needed schemas visible to any user who has appropriate rights. The
problem is that I cannot use pg_dumpall and pg_dump DOES NOT dump this
ALTER command, even being executed with "-C" option.

Using additional restoration script with list of schemas seems not the
best solution, because a set of schemas can be changed and I have not
only one database.

Search in mail archives gives me understanding that this issue is
among not resolved ones (there are pros and cons for including such
ALTER in pg_dump-ing).

Is there any common practice for this [probably very frequent] issue?

--
Best regards,
Nikolay

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: PL/SQL: function call like $1($2)
Следующее
От: "Tjibbe Rijpma"
Дата:
Сообщение: column privileges