START for SERIAL type?

From: jferry(at)iexposure(dot)com
To: pgsql-sql(at)postgresql(dot)org
Subject: START for SERIAL type?
Date: 2001-05-28 00:10:05
Message-ID: 3B11975D.2BBC3350@iexposure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

When you create a SEQUENCE, you are allowed to specify a START. Is
there a way to specify a START if you use a serial type in a CREATE
TABLE statement?

I'm envisioning something like:
CREATE TABLE foo ( foo_id serial ( 101 ) );

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-05-28 06:09:16 Re: Column reference X is ambiguous?
Previous Message Michael Richards 2001-05-27 22:45:54 Left Joins...