]> granicus.if.org Git - postgresql/commit
Add current_schema() and current_schemas() inquiry functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Apr 2002 01:24:08 +0000 (01:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Apr 2002 01:24:08 +0000 (01:24 +0000)
commita309032d2fbb02ce43c42b5d4da2dc8328f4bc9e
treec87966d2c2d436119a9e862035f6245249428c01
parentd9375ad564c252832398c35cdec032be2ce95908
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.
doc/src/sgml/func.sgml
doc/src/sgml/runtime.sgml
src/backend/catalog/namespace.c
src/backend/utils/adt/acl.c
src/backend/utils/adt/name.c
src/include/catalog/catversion.h
src/include/catalog/namespace.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/test/regress/expected/privileges.out