Re: Remove implicit unique index creation on SERIAL - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Remove implicit unique index creation on SERIAL
Date
Msg-id 12069.1029772822@sss.pgh.pa.us
Whole thread Raw
In response to Re: Remove implicit unique index creation on SERIAL  (Rod Taylor <rbt@zort.ca>)
List pgsql-hackers
Since there didn't seem to be anyone objecting to the notion of
decoupling UNIQUE from SERIAL, I'm going to go ahead with
reviewing/applying Rod's recent patch that does that (and fixes pg_dump
to dump 7.3 serials correctly).  We can continue to debate about
the merits of making additional changes in SERIAL behavior, of course,
but this is the one that pg_dump needs.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Uninstall in contrib/
Next
From: Thomas Lockhart
Date:
Subject: Re: [COMMITTERS] pgsql-server/src backend/tcop/postgres.cbacke