From: | Philip Warner <pjw(at)rhyme(dot)com(dot)au> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: "ADD" notice in CREATE/ALTER TABLE |
Date: | 2001-11-04 07:00:46 |
Message-ID: | 3.0.5.32.20011104180046.01fce160@mail.rhyme.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
At 00:40 4/11/01 -0500, Bruce Momjian wrote:
>Christopher wanted "ADD" used in:
>
> ALTER TABLE / ADD PRIMARY-UNIQUE
> ^^^
>
>but not in:
>
>
> CREATE TABLE / PRIMARY-UNIQUE
>
>The problem is that the same analyze.c function is used for both cases.
>I have added code to conditionally use "ADD" only in fhe first case.
>
What's this in relation to? Shouldn't the syntax be:
ALTER TABLE ADD CONSTRAINT....
Or am I misreading the original message?
----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.B.N. 75 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 0500 83 82 82 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-11-04 07:04:10 | Re: "ADD" notice in CREATE/ALTER TABLE |
Previous Message | Bruce Momjian | 2001-11-04 05:40:00 | "ADD" notice in CREATE/ALTER TABLE |