Re: [HACKERS] Open 6.4 items - Mailing list pgsql-hackers

From darcy@druid.net (D'Arcy J.M. Cain)
Subject Re: [HACKERS] Open 6.4 items
Date
Msg-id m0zP3P9-00006FC@druid.net
Whole thread Raw
In response to Open 6.4 items  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Thus spake Bruce Momjian
> Possible additions
> ------------------
> cidr/IP address type(Tom Helbekkmo)
> rewrite system(Jan)
> notify fixes(Tom)

What about the completion of PRIMARY KEY?  I know that we are putting
FOREIGN KEY support off for a later version.  Does that mean full PRIMARY
KEY hs been put off too?  All that is left is to actually set the
relevant indisprimary bool in pg_index.  I guess it also needs to be
added to pg_dump output as well as suppressing the related CREATE INDEX.

--
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.

pgsql-hackers by date:

Previous
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Open 6.4 items
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Patch - please apply