8000
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 ad425aa commit 84fcc2cCopy full SHA for 84fcc2c
doc/src/sgml/func.sgml
@@ -20116,8 +20116,8 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
20116
</para>
20117
20118
<para>
20119
- Note that granting users the EXECUTE privilege on the
20120
- <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
20121
ability to read any file on the server which the database can read and
20122
that those reads bypass all in-database privilege checks. This means that,
20123
among other things, a user with this access is able to read the contents of the
0 commit comments