Re: Identified a problem in pg_dump with serial data type and mixed case

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mw(at)sime(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Identified a problem in pg_dump with serial data type and mixed case
Date: 2000-08-11 13:38:13
Message-ID: 1948.966001093@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Mario Weilguni <mw(at)sime(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-08-11 14:13:59 Re: Re: LIKE gripes
Previous Message Allan Huffman 2000-08-11 09:37:52 db Comparisons - Road Show