From: Tatsuo Ishii Date: Wed, 19 Dec 2018 00:45:10 +0000 (+0900) Subject: Doc: fix typo in "Generic File Access Functions" section. X-Git-Tag: REL_11_2~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84fcc2ce56962a82e4da633b5ba2bd68c4960cd8;p=postgresql Doc: fix typo in "Generic File Access Functions" section. Issue reported by me and fix by Tom Lane. Discussion: https://postgr.es/m/20181219.080458.1434575730369741406.t-ishii%40sraoss.co.jp --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index d925f94d4b..75e5fde799 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -20116,8 +20116,8 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup()); - Note that granting users the EXECUTE privilege on the - pg_read_file(), or related, functions allows them the + Note that granting users the EXECUTE privilege on + pg_read_file(), or related functions, allows them the ability to read any file on the server which the database can read and that those reads bypass all in-database privilege checks. This means that, among other things, a user with this access is able to read the contents of the