Re: [HACKERS] Serial syntax - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] Serial syntax
Date
Msg-id 35FF4263.F949B006@alumni.caltech.edu
Whole thread Raw
In response to Serial syntax  (darcy@druid.net (D'Arcy J.M. Cain))
List pgsql-hackers
> This works.
>   CREATE TABLE x (a serial, b int);
> but this doesn't.
>   CREATE TABLE x (a serial PRIMARY KEY, b int);
> Should it?

Yeah. I'm testing some patches now...

                    - Tom

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] 6.4-BETA1: libpgtcl.so / Tcl version?
Next
From: "Taral"
Date:
Subject: 'select @1' problem