Allow GRANT/REVOKE to/from more than one user per invocation. Command tag

Peter Eisentraut <peter_e@gmx.net>

Commit: 7ceed2a9b5f19c59a2797c5aa31d801c32cb0cc4
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2001-06-09T23:21:55Z
Releases: 7.2.1
Allow GRANT/REVOKE to/from more than one user per invocation.  Command tag
for GRANT/REVOKE is now just that, not "CHANGE".

On the way, migrate some of the aclitem internal representation away from
the parser and build a real parse tree instead.  Also add some 'const'
qualifiers.

Files