Re: [HACKERS] Serial syntax

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Serial syntax
Date: 1998-09-16 04:45:23
Message-ID: 35FF4263.F949B006@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Taral 1998-09-16 04:53:59 'select @1' problem
Previous Message Thomas G. Lockhart 1998-09-16 04:27:21 Re: [HACKERS] 6.4-BETA1: libpgtcl.so / Tcl version?