ALTER SEQUENCE - Mailing list pgsql-patches

From Rod Taylor
Subject ALTER SEQUENCE
Date
Msg-id 1046666063.26763.342.camel@jester
Whole thread Raw
Responses Off topic - was Re: ALTER SEQUENCE  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: ALTER SEQUENCE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: ALTER SEQUENCE  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Todo items:
Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values

Also updated create sequence docs to mention NO MINVALUE, & NO MAXVALUE.

New Files:
doc/src/sgml/ref/alter_sequence.sgml
src/test/regress/expected/sequence.out
src/test/regress/sql/sequence.sql


ALTER SEQUENCE is NOT transactional.  It behaves similarly to setval().
It matches the proposed SQL200N spec, as well as Oracle in most ways --
Oracle lacks RESTART WITH for some strange reason.

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Attachment

pgsql-patches by date:

Previous
From: Joe Conway
Date:
Subject: hashed crosstab
Next
From: Tom Lane
Date:
Subject: Re: PGRES_POLLING_ACTIVE is unused...