Re: Bug in pg_dump 7.4

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Bug in pg_dump 7.4
Дата
Msg-id 20040506164100.GA15358@wolff.to
обсуждение исходный текст
Ответ на Re: Bug in pg_dump 7.4  (Rod Taylor <pg@rbt.ca>)
Список pgsql-hackers
On Thu, May 06, 2004 at 10:17:31 -0400, Rod Taylor <pg@rbt.ca> wrote:
> > CREATE DOMAIN doc_ident AS bigint NOT NULL DEFAULT  
> > nextval('doc.seq_doc_id'::text)
> >     CONSTRAINT cnst_chk_doc_id CHECK ( fn_chk_doc_id(VALUE) ) ;
> > 
> > I did not notice any similar error report on the list, so I believe that this 
> > is not fixed yet ?
> 
> It comes out right for me in 7.4.2.

What type is fn_chk_doc_id? There was a bug like this for boolean variables
in the 7.4 beta. Maybe there is a similar bug for boolean functions?
Just to be sure, this is happening in a released version of 7.4, not a beta
version, correct?


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

Предыдущее
От: sdv mailer
Дата:
Сообщение: Re: PostgreSQL pre-fork speedup
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL pre-fork speedup