Re: BUG #16214: Settings is not copy

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16214: Settings is not copy
Дата
Msg-id 4217.1579239475@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #16214: Settings is not copy  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> Than I made copy as "CREATE DATABASE demo_small template demo", after this I
> noticed:
> ...
> Parameter "search_path" was not copied.

CREATE DATABASE is not defined to copy database-level properties,
only the contents of the database.  As it says in the manual,
this is not really intended as a general-purpose database copying
command in the first place.  For its intended purpose, copying
database-level properties wouldn't be particularly desirable.
Certainly you wouldn't want it to clone the database's ownership
or ACL.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SQL/PostgreSQL - Error observed in the QUERY not caught by the “EXCEPTION” block in the stored procedure
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: libpq parameter parsing problem