SEQUENCEs and NO MAXVALUE NO MINVALUE - Mailing list pgsql-patches

From Rod Taylor
Subject SEQUENCEs and NO MAXVALUE NO MINVALUE
Date
Msg-id 1043281991.83856.188.camel@jester
Whole thread Raw
Responses Re: SEQUENCEs and NO MAXVALUE NO MINVALUE  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: SEQUENCEs and NO MAXVALUE NO MINVALUE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: SEQUENCEs and NO MAXVALUE NO MINVALUE  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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@rbt.ca>

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

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: targetlist functions part 1 (was [HACKERS] targetlist
Next
From: Tom Lane
Date:
Subject: Re: SEQUENCEs and NO MAXVALUE NO MINVALUE