Re: BUG #3760: Comment on restore database

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: BUG #3760: Comment on restore database
Дата
Msg-id 1195502544.4217.116.camel@ebony.site
обсуждение исходный текст
Ответ на Re: BUG #3760: Comment on restore database  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: BUG #3760: Comment on restore database  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Mon, 2007-11-19 at 14:27 -0500, Bruce Momjian wrote:
> Alvaro Herrera wrote:
> > Bruce Momjian wrote:
> > > Malcus Imhof wrote:
> >
> > > Yea, the dump thinks it is going into the same database.  I don't see
> > > any way of fixing that.  We don't allow functions for the object name.
> > > If we did we could use current_database().  Fortunately I think it is
> > > the only place where the database name is hardcoded in the dump.
> >
> > The easiest would be to add new syntax,
> > COMMENT ON CURRENT DATABASE IS 'foo'
>
> Yea, probably.  I have added that as possible syntax to the TODO list.

Can we implement something for 8.3 please?

Suggested syntax even simpler

    COMMENT ON DATABASE IS 'text';

to set the comment on the current database.

Reason to do this now: Perf Tips have been changed for 8.3 to recommend
using --single-transaction when restoring pg_dumps, because of fast COPY
enhancement. Allowing this to cause an error will prevent the whole dump
from restoring. That will force people to find the cause of the error,
for which there is no hint, edit the file and resubmit.

Fairly simple to allow working syntax, and useful too.

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com

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

Предыдущее
От: "Hussain Jawad-FXRM43"
Дата:
Сообщение: Re: Start up error
Следующее
От: "Hussain Jawad-FXRM43"
Дата:
Сообщение: Re: Start up error