Re: ALTER SEQUENCE - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: ALTER SEQUENCE
Date
Msg-id 200303200702.h2K72TZ23429@candle.pha.pa.us
Whole thread Raw
In response to ALTER SEQUENCE  (Rod Taylor <rbt@rbt.ca>)
List pgsql-patches
Patch applied.  Thanks.

TODO updated.

---------------------------------------------------------------------------


Rod Taylor wrote:
-- Start of PGP signed section.
> 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, skipping... ]

[ Attachment, skipping... ]

[ Attachment, skipping... ]

[ Attachment, skipping... ]
-- End of PGP section, PGP failed!

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Dennis Björklund
Date:
Subject: Forgotten?
Next
From: Bruce Momjian
Date:
Subject: Re: psql patch for datestyle