pgsql/ oc/src/sgml/func.sgml oc/src/sgml/runti ...

Started by Tom Laneabout 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/04/25 21:24:08

Modified files:
doc/src/sgml : func.sgml runtime.sgml
src/backend/catalog: namespace.c
src/backend/utils/adt: acl.c name.c
src/include/catalog: catversion.h namespace.h pg_proc.h
src/include/utils: builtins.h
src/test/regress/expected: privileges.out

Log message:
Add current_schema() and current_schemas() inquiry functions.
Update has_table_privilege functions to cope with schema-qualified
names in the same way as nextval() and others.