Re: Database variables when copying a database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Database variables when copying a database
Дата
Msg-id 10418.1085245329@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Database variables when copying a database  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Database variables when copying a database
Список pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> Anyone thought about this at all yet?

It seems to me that we shouldn't copy them, but I'm having a hard time
putting a finger on why exactly.  I guess it goes along with the fact
that we don't copy the database's owner, and any per-database variable
settings seem to me to be the database owner's decision to make.

Also I refer you to the point made in the manual that CREATE DATABASE is
not intended to be a COPY DATABASE facility.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CVS HEAD: "make install" broken for vpath
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Database variables when copying a database