SEQUENCE data type (was: Re: PG Admin - Import from URL?)

From: Binand Sethumadhavan <binand(at)gmx(dot)net>
To: James David Smith <james(dot)david(dot)smith(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: SEQUENCE data type (was: Re: PG Admin - Import from URL?)
Date: 2012-03-15 16:17:56
Message-ID: CAFBJCCZgBmsACauaBCqtbNn+4iFih6scnwkK5OfD06xvBeXObA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 15 March 2012 20:38, James David Smith <james(dot)david(dot)smith(at)gmail(dot)com> wrote:
> CREATE TABLE busroutes_raw(
> id SEQUENCE PRIMARY KEY,

Sorry to hijack your thread, but I had not come across the SEQUENCE
data type before. I know of the SERIAL pseudotype:

http://www.postgresql.org/docs/9.0/static/datatype-numeric.html#DATATYPE-SERIAL

Can you please point to any documentation on this type?

Thanks,

Binand

Browse pgsql-novice by date

  From Date Subject
Next Message sara.schaerrer 2012-03-15 16:30:03 repeatet summary querys per month over 5 years
Previous Message Andreas Kretschmer 2012-03-15 16:04:44 Re: PG Admin - Import from URL?