We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0faf7 commit 3cab548Copy full SHA for 3cab548
doc/src/sgml/func.sgml
@@ -20398,8 +20398,8 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
20398
</para>
20399
20400
<para>
20401
- Note that granting users the EXECUTE privilege on the
20402
- <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
20403
ability to read any file on the server which the database can read and
20404
that those reads bypass all in-database privilege checks. This means that,
20405
among other things, a user with this access is able to read the contents of the
0 commit comments