Change the aclchk.c routines to uniformly use OIDs to identify the

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

Commit: 56c9b73c1d426c79a604df6d6f36293dd9f18754
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-03-21T23:27:25Z
Releases: 7.3.1
Change the aclchk.c routines to uniformly use OIDs to identify the
objects to be privilege-checked.  Some change in their APIs would be
necessary no matter what in the schema environment, and simply getting
rid of the name-based interface entirely seems like the best way.

Files