From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Rolf Grossmann <grossman(at)securitas(dot)net> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: [BUGS] First experiences with Postgresql 7.0 |
Date: | 2000-02-23 16:56:02 |
Message-ID: | 4676.951324962@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
Rolf Grossmann <grossman(at)securitas(dot)net> writes:
> I ran into a bit of a problem: I couldn't specify NOT NULL PRIMARY KEY
> anymore.
For the moment try the other order: PRIMARY KEY NOT NULL. This is a
known parser deficiency that we chose to leave unfixed for the start of
beta, but it should be fixed for 7.0 ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Rolf Grossmann | 2000-02-24 00:53:12 | Re: [BUGS] First experiences with Postgresql 7.0 |
Previous Message | Rolf Grossmann | 2000-02-23 14:30:46 | First experiences with Postgresql 7.0 |
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Inoue | 2000-02-23 17:03:29 | RE: AW: [HACKERS] TRANSACTIONS |
Previous Message | Tom Lane | 2000-02-23 16:53:11 | Re: [HACKERS] Cache query (PREPARE/EXECUTE) |