Re: [SQL] An easy question about creating a primary key

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "Ligia Pimentel" <lmpimentel(at)yahoo(dot)com>, "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [SQL] An easy question about creating a primary key
Date: 2001-12-04 02:54:06
Message-ID: 21560.1007434446@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-odbc pgsql-sql

"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-12-04 03:49:11 Re: Performance problem with large insert statements
Previous Message Tom Lane 2001-12-04 02:52:45 Re: FW: [CYGWIN] 7.2b3 postmaster doesn't start on Win98

Browse pgsql-odbc by date

  From Date Subject
Next Message Keith Gray 2001-12-04 05:16:36 Re: creating a primary key
Previous Message Christopher Kings-Lynne 2001-12-04 02:50:06 Re: [SQL] An easy question about creating a primary key

Browse pgsql-sql by date

  From Date Subject
Next Message Keith Gray 2001-12-04 05:16:36 Re: creating a primary key
Previous Message Christopher Kings-Lynne 2001-12-04 02:50:06 Re: [SQL] An easy question about creating a primary key