Re: ALTER SEQUENCE enchancement - Mailing list pgsql-hackers

From Dennis Bjorklund
Subject Re: ALTER SEQUENCE enchancement
Date
Msg-id Pine.LNX.4.44.0311240708590.29118-100000@zigo.dhs.org
Whole thread Raw
In response to ALTER SEQUENCE enchancement  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: ALTER SEQUENCE enchancement
Re: ALTER SEQUENCE enchancement
List pgsql-hackers
On Mon, 24 Nov 2003, Christopher Kings-Lynne wrote:

> Is there demand for this syntax:
> 
> ALTER SEQUENCE ON table(col) CYCLE 100;
> 
> It would allow us to become sequence-name independent...

The above is an operation that would not help me a lot, but a way of 
performing currval() without knowing the sequence name would be good.

-- 
/Dennis



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: ALTER SEQUENCE enchancement
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: ALTER SEQUENCE enchancement