Re: Bug in pg_dump 7.4

From: Rod Taylor <pg(at)rbt(dot)ca>
To: Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bug in pg_dump 7.4
Date: 2004-05-06 14:17:31
Message-ID: 1083853050.91282.1.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-05-06 14:21:42 Re: ALTER TABLE TODO items
Previous Message Merlin Moncure 2004-05-06 13:50:52 Re: ALTER TABLE TODO items