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