Re: ALTER SEQUENCE enchancement - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: ALTER SEQUENCE enchancement
Date
Msg-id 1069680570.46253.69.camel@jester
Whole thread Raw
In response to ALTER SEQUENCE enchancement  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
On Mon, 2003-11-24 at 01:07, Christopher Kings-Lynne wrote:
> Hi,
> 
> Is there demand for this syntax:
> 
> ALTER SEQUENCE ON table(col) CYCLE 100;
> 
> It would allow us to become sequence-name independent...

I think the right approach to this problem would be to implement
IDENTITIES and GENERATORS per 2k3 spec -- almost what you show here.

Check DB2 docs for examples.



pgsql-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Build farm
Next
From: Jean-Michel POURE
Date:
Subject: Re: Build farm