Changes from Vince Vielhaber to allow the optional clauses of CREATE

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 320b6db09080ec0b6c4ed63e808bdb58f68a6bb0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-07-10T22:09:29Z
Releases: 7.2.1
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.

Files