Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 84fcc2c

Browse files
committed
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
1 parent ad425aa commit 84fcc2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20116,8 +20116,8 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2011620116
</para>
2011720117

2011820118
<para>
20119-
Note that granting users the EXECUTE privilege on the
20120-
<function>pg_read_file()</function>, or related, functions allows them the
20119+
Note that granting users the EXECUTE privilege on
20120+
<function>pg_read_file()</function>, or related functions, allows them the
2012120121
ability to read any file on the server which the database can read and
2012220122
that those reads bypass all in-database privilege checks. This means that,
2012320123
among other things, a user with this access is able to read the contents of the

0 commit comments

Comments
 (0)