1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

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
This commit is contained in:
Tatsuo Ishii
2018-12-19 09:45:10 +09:00
parent ad425aaf06
commit 84fcc2ce56

View File

@@ -20116,8 +20116,8 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
</para> </para>
<para> <para>
Note that granting users the EXECUTE privilege on the Note that granting users the EXECUTE privilege on
<function>pg_read_file()</function>, or related, functions allows them the <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 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, 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 among other things, a user with this access is able to read the contents of the