Where to find the patch?

From: Margarita Barvinok <brita(at)umich(dot)edu>
To: pgsql-sql(at)postgresql(dot)org
Subject: Where to find the patch?
Date: 1999-09-20 14:57:54
Message-ID: Pine.SOL.4.10.9909201052290.15989-100000@breakout.rs.itd.umich.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Hi,
I found this message in the mailing list archives.
I have the same problem.
Where can I find that patch?

Thank you,
-Margarita

------------------------------------------------------------------------
> PRIMARY KEY works OK, but UNIQUE is ignored.

Oh, OK: that bug was noticed and fixed a couple of weeks ago. If you
have *both* a PRIMARY KEY and a UNIQUE on a different field, the UNIQUE
gets dropped --- both 6.5 and 6.5.1 have this mistake. See the patch
Thomas Lockhart posted a week or two back.

regards, tom lane

-------------------------------
Margarita Barvinok
System Administrator II
University of Michigan
Department of Biology
-------------------------------

Browse pgsql-sql by date

  From Date Subject
Next Message Daniel Lopez 1999-09-20 19:24:29 Subselect performance
Previous Message Tom Lane 1999-09-18 14:23:32 Re: [SQL] Converting an existing table?