Re: Another release note? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Another release note?
Date
Msg-id 200310230320.h9N3KGP16096@candle.pha.pa.us
Whole thread Raw
In response to Re: Another release note?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Christopher Kings-Lynne wrote:
> >>Is it worth mentioning this as a compatibility issue?
> >>"Prior to PostgreSQL 7.3, serial  implied UNIQUE. This is no longer 
> >>automatic. If you wish a serial column to be in a unique constraint or a 
> >>primary key, it must now be specified, same as with any other data type."
> > 
> > 
> > Er, that *was* a compatibility issue.  For 7.3.

And we did mention it in the 7.3 release notes:
    * serial columns are no longer automatically UNIQUE; thus, an index      will not automatically be created.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Another release note?
Next
From: Josh Berkus
Date:
Subject: Re: is GiST still alive?