CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/07/10 18:09:29
Modified files:
doc/src/sgml/ref: alter_user.sgml create_user.sgml vacuum.sgml
vacuumdb.sgml
src/backend/commands: user.c
src/backend/nodes: copyfuncs.c equalfuncs.c
src/backend/parser: gram.y
src/bin/scripts: vacuumdb
src/include/nodes: parsenodes.h
src/interfaces/ecpg/preproc: preproc.y
Log message:
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.