Re: [SQL] An easy question about creating a primary key
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Christopher Kings-Lynne" <chriskl@familyhealth.com.au>
Cc: "Ligia Pimentel" <lmpimentel@yahoo.com>, "Hackers" <pgsql-hackers@postgresql.org>
Date: 2001-12-04T02:54:06Z
Lists: pgsql-hackers, pgsql-sql
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes: > Oh well, it was a fun coding exercise ;) Feel free to remove the ADD UNIQUE > stuff from command.c to see if the parser will handle it. However, your > commit message also just implies that all you fixed was ADD PRIMARY KEY??? It says that because I thought that was all I was changing; I hadn't realized the side-effects on ADD UNIQUE. regards, tom lane