OSDN Git Service

Changes from Vince Vielhaber to allow the optional clauses of CREATE
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Jul 2001 22:09:29 +0000 (22:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Jul 2001 22:09:29 +0000 (22:09 +0000)
commit320b6db09080ec0b6c4ed63e808bdb58f68a6bb0
tree1b95f71aab133cc1387520905daa83500a7ed4b6
parent21d73aa2113374db4770b6c06df479eb146c5d44
Changes from Vince Vielhaber to allow the optional clauses of CREATE
USER and ALTER USER to appear in any order, not only the fixed order
they used to be required to appear in.
Also, some changes from Tom Lane to create a FULL option for VACUUM;
it doesn't do anything yet, but I needed to change many of the same
files to make that happen, so now seemed like a good time.
doc/src/sgml/ref/alter_user.sgml
doc/src/sgml/ref/create_user.sgml
doc/src/sgml/ref/vacuum.sgml
doc/src/sgml/ref/vacuumdb.sgml
src/backend/commands/user.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/parser/gram.y
src/bin/scripts/vacuumdb
src/include/nodes/parsenodes.h
src/interfaces/ecpg/preproc/preproc.y