Re: Bug in pg_dump 7.4 - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Bug in pg_dump 7.4
Date
Msg-id 1083853050.91282.1.camel@jester
Whole thread Raw
In response to Bug in pg_dump 7.4  (Darko Prenosil <darko.prenosil@finteh.hr>)
Responses Re: Bug in pg_dump 7.4  (Bruno Wolff III <bruno@wolff.to>)
Re: Bug in pg_dump 7.4  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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.



pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: ALTER TABLE TODO items
Next
From: Tom Lane
Date:
Subject: Re: ALTER TABLE TODO items