Re: ALTER SEQUENCE

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: ALTER SEQUENCE
Date: 2003-03-20 07:02:29
Message-ID: 200303200702.h2K72TZ23429@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers 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(at)rbt(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas T. Thai 2003-03-20 07:48:26 Trouble with COPY and NULL
Previous Message Shridhar Daithankar 2003-03-20 06:29:38 Re: Very stupid backup I made

Browse pgsql-hackers by date

  From Date Subject
Next Message Ronald Kuczek 2003-03-20 08:31:52 Re: Win32 native port
Previous Message Tom Lane 2003-03-20 06:40:44 Re: Nested transactions: low level stuff

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-03-20 07:05:09 Re: psql patch for datestyle
Previous Message Dennis Björklund 2003-03-20 06:47:55 Forgotten?