]> granicus.if.org Git - postgresql/commit
Support new default roles with adminpack
authorStephen Frost <sfrost@snowman.net>
Fri, 6 Apr 2018 18:47:10 +0000 (14:47 -0400)
committerStephen Frost <sfrost@snowman.net>
Fri, 6 Apr 2018 18:47:10 +0000 (14:47 -0400)
commit11523e860f8fe29f9142fb63c44e01cd0d5e7375
tree1d2b97f8b9de67f04c21dc3b1ac1a3b1bcfc7042
parent0fdc8495bff02684142a44ab3bc5b18a8ca1863a
Support new default roles with adminpack

This provides a newer version of adminpack which works with the newly
added default roles to support GRANT'ing to non-superusers access to
read and write files, along with related functions (unlinking files,
getting file length, renaming/removing files, scanning the log file
directory) which are supported through adminpack.

Note that new versions of the functions are required because an
environment might have an updated version of the library but still have
the old adminpack 1.0 catalog definitions (where EXECUTE is GRANT'd to
PUBLIC for the functions).

This patch also removes the long-deprecated alternative names for
functions that adminpack used to include and which are now included in
the backend, in adminpack v1.1.  Applications using the deprecated names
should be updated to use the backend functions instead.  Existing
installations which continue to use adminpack v1.0 should continue to
function until/unless adminpack is upgraded.

Reviewed-By: Michael Paquier
Discussion: https://postgr.es/m/20171231191939.GR2416%40tamriel.snowman.net
contrib/adminpack/Makefile
contrib/adminpack/adminpack--1.0--1.1.sql [new file with mode: 0644]
contrib/adminpack/adminpack.c
contrib/adminpack/adminpack.control
contrib/adminpack/expected/adminpack.out
contrib/adminpack/sql/adminpack.sql
doc/src/sgml/adminpack.sgml
src/backend/utils/adt/genfile.c
src/backend/utils/adt/misc.c
src/include/catalog/pg_proc.h