RE: [HACKERS] sequence creation - Mailing list pgsql-hackers

From Jackson, DeJuan
Subject RE: [HACKERS] sequence creation
Date
Msg-id F10BB1FAF801D111829B0060971D839F3A326E@cpsmail
Whole thread Raw
List pgsql-hackers
> Right now, we allow PRIMARY to auto-create an index.
>
> Can we have something to auto-create sequences, instead of the more
> complicated CREATE SEQUENCE process.
>
> Perhaps use the data type SERIAL to autocreate a sequence.  Should
> make
> life easier for novices.  We are getting too many sequence questions.
>
I'm all for it.

        -DEJ

pgsql-hackers by date:

Previous
From: Keith Parks
Date:
Subject: RE: [HACKERS] Rules: first fix on monday
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] int8 type -- call for porting results!