Another release note?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Another release note?
Date: 2003-10-23 02:53:47
Message-ID: 3F9742BB.2000804@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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."

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-10-23 02:58:26 Re: Another release note?
Previous Message Christopher Kings-Lynne 2003-10-23 01:53:30 Re: is GiST still alive?