postgresql/contrib/dblink
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
..
expected Remove uses of "slave" in replication contexts 2017-08-10 22:55:41 -04:00
input
output
sql Remove uses of "slave" in replication contexts 2017-08-10 22:55:41 -04:00
.gitignore
dblink--1.0--1.1.sql
dblink--1.1--1.2.sql Fix parallel-safety markings for contrib/dblink. 2016-06-17 23:08:21 -04:00
dblink--1.2.sql Fix parallel-safety markings for contrib/dblink. 2016-06-17 23:08:21 -04:00
dblink--unpackaged--1.0.sql
dblink.c Replace AclObjectKind with ObjectType 2018-01-19 14:01:15 -05:00
dblink.control Update dblink extension for parallel query. 2016-06-17 15:18:44 -04:00
Makefile Update dblink extension for parallel query. 2016-06-17 15:18:44 -04:00
pg_service.conf