postgresql/src/include/nodes
Bruce Momjian 5f65225fa3 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>
2003-03-20 07:02:11 +00:00
..
bitmapset.h Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
execnodes.h Revise tuplestore and nodeMaterial so that we don't have to read the 2003-03-09 02:19:13 +00:00
makefuncs.h Get rid of last few vestiges of parsetree dependency on grammar token 2003-02-10 04:44:47 +00:00
memnodes.h Change memory-space accounting mechanism in tuplesort.c and tuplestore.c 2002-08-12 00:36:12 +00:00
nodeFuncs.h Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +00:00
nodes.h Todo items: 2003-03-20 07:02:11 +00:00
params.h Clean up plantree representation of SubPlan-s --- SubLink does not appear 2002-12-14 00:17:59 +00:00
parsenodes.h Todo items: 2003-03-20 07:02:11 +00:00
pg_list.h Create a distinction between Lists of integers and Lists of OIDs, to get 2003-02-09 06:56:28 +00:00
plannodes.h Make further use of new bitmapset code: executor's chgParam, extParam, 2003-02-09 00:30:41 +00:00
primnodes.h COALESCE() and NULLIF() are now first-class expressions, not macros 2003-02-16 02:30:39 +00:00
print.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
readfuncs.h Restructure outfuncs and readfuncs to use macros in the same style as 2002-11-25 18:12:12 +00:00
relation.h Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00