SEQUENCEs and NO MAXVALUE NO MINVALUE

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: SEQUENCEs and NO MAXVALUE NO MINVALUE
Date: 2003-01-23 00:33:11
Message-ID: 1043281991.83856.188.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Adds in NO MAXVALUE and NO MINVALUE options for create sequence per 200X
spec, which will also make alter sequence a touch easier.

sequence.c init_params() will check for settings which have been
defined twice, and complain.

--
Rod Taylor <rbt(at)rbt(dot)ca>

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

Attachment Content-Type Size
dbseq.patch text/plain 10.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-01-23 01:37:24 Re: SEQUENCEs and NO MAXVALUE NO MINVALUE
Previous Message Peter Eisentraut 2003-01-22 20:42:54 Re: [PATCHES] targetlist functions part 1 (was targetlist