Re: Bug in pg_dump 7.4

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Rod Taylor <pg(at)rbt(dot)ca>
Cc: Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bug in pg_dump 7.4
Date: 2004-05-06 16:41:00
Message-ID: 20040506164100.GA15358@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 06, 2004 at 10:17:31 -0400,
Rod Taylor <pg(at)rbt(dot)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?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-05-06 16:43:46 Re: ALTER TABLE TODO items
Previous Message Tom Lane 2004-05-06 16:37:57 Re: Bug in pg_dump 7.4