pgsql/ oc/src/sgml/ref/alter_user.sgml oc/src/ ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/ref/alter_user.sgml oc/src/ ...
Date: 2001-07-10 22:09:30
Message-ID: 200107102209.f6AM9Ur64093@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-07-11 01:01:56 pgsql/doc FAQ src/FAQ/FAQ.html
Previous Message Bruce Momjian - CVS 2001-07-10 21:36:10 pgsql/doc TODO