summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2018-12-19 09:45:10 +0900
committerTatsuo Ishii <ishii@postgresql.org>2018-12-19 09:45:10 +0900
commit84fcc2ce56962a82e4da633b5ba2bd68c4960cd8 (patch)
treeb8ec0a63b7cf395787a4f05e2786d78ba7bd445b /doc/src
parentad425aaf06c1059a6666180a69f3a76f8343b278 (diff)
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index d925f94d4b4..75e5fde799d 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());
</para>
<para>
- Note that granting users the EXECUTE privilege on the
- <function>pg_read_file()</function>, or related, functions allows them the
+ Note that granting users the EXECUTE privilege on
+ <function>pg_read_file()</function>, 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