Re: Identified a problem in pg_dump with serial data type and mixed case - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Identified a problem in pg_dump with serial data type and mixed case
Date
Msg-id 1948.966001093@sss.pgh.pa.us
Whole thread Raw
In response to Identified a problem in pg_dump with serial data type and mixed case  (Mario Weilguni <mw@sime.com>)
List pgsql-hackers
Mario Weilguni <mw@sime.com> writes:
> I've found a problem in pg_dump which results in unreliable dumps under the
> following conditions:

What version are you using?  This appears to work correctly in current
sources --- I get

CREATE TABLE "Test1" (       "id" int4 DEFAULT nextval('"Test1_id_seq"'::text) NOT NULL,       "dummy" int4
);

Not sure offhand how long ago it was fixed, though.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Allan Huffman"
Date:
Subject: db Comparisons - Road Show
Next
From: Thomas Lockhart
Date:
Subject: Re: Re: LIKE gripes