CVSROOT: /cvsroot
Module name: pgsql
Changes by: petere@postgresql.org 02/05/18 09:48:01
Modified files:
doc/src/sgml : func.sgml release.sgml
doc/src/sgml/ref: create_function.sgml
src/backend/catalog: pg_aggregate.c pg_proc.c
src/backend/commands: functioncmds.c
src/backend/utils/adt: sets.c
src/backend/utils/fmgr: fmgr.c
src/bin/pg_dump: pg_dump.c
src/include/catalog: catversion.h pg_attribute.h pg_proc.h
src/test/regress/expected: opr_sanity.out privileges.out
src/test/regress/sql: opr_sanity.sql privileges.sql
Log message:
Allow functions to be executed with the privileges of the function owner.
I took the opportunity to remove the pg_proc.proistrusted field.