Re: pg_dump is broken in CVS tip - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_dump is broken in CVS tip
Date
Msg-id 11460.1018652373@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump is broken in CVS tip  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_dump is broken in CVS tip  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-hackers
I said:
> This will generate the problem:

>     create table t1 (f1 int primary key);

>     create table t2 (f1 int references t1);

Actually, I find that I get the double declaration of t1_pkey even
without t2.  Either we're not using quite the same sources, or the
problem is platform-dependent.  I can dig into it if you cannot
reproduce it ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: numeric/decimal docs bug?
Next
From: Tom Lane
Date:
Subject: Re: numeric/decimal docs bug?