Re: pg_dump and alter database

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_dump and alter database
Дата
Msg-id Pine.LNX.4.44.0308221922130.9019-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: pg_dump and alter database  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane writes:

> Also, a pg_dump script doesn't (and shouldn't, IMHO) assume it knows the
> name of the database it's being restored into.

That is pretty much it; pg_dump doesn't record any information about the
database, no matter whether that information happens to be represented in
the command CREATE DATABASE or ALTER DATABASE.  But if you use pg_dump -C,
then ALTER DATABASE ought to be dumped.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: "Johnson, Shaunn"
Дата:
Сообщение: convert interval info into days
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: [HACKERS] Buglist