Re: pg_dump is broken in CVS tip

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilconway(at)rogers(dot)com>
Cc: pgman(at)candle(dot)pha(dot)pa(dot)us, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: pg_dump is broken in CVS tip
Date: 2002-04-12 22:59:33
Message-ID: 11460.1018652373@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-04-12 23:04:06 Re: numeric/decimal docs bug?
Previous Message Tom Lane 2002-04-12 22:51:27 Re: pg_dump is broken in CVS tip