postgresql/contrib/pgrowlocks
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType
AclObjectKind was basically just another enumeration for object types,
and we already have a preferred one for that.  It's only used in
aclcheck_error.  By using ObjectType instead, we can also give some more
precise error messages, for example "index" instead of "relation".

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
2018-01-19 14:01:15 -05:00
..
Makefile
pgrowlocks--1.0--1.1.sql
pgrowlocks--1.1--1.2.sql
pgrowlocks--1.2.sql
pgrowlocks--unpackaged--1.0.sql
pgrowlocks.c Replace AclObjectKind with ObjectType 2018-01-19 14:01:15 -05:00
pgrowlocks.control