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

Commit 3cab548

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 6b0faf7 commit 3cab548

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
@@ -20398,8 +20398,8 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2039820398
</para>
2039920399

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

0 commit comments

Comments
 (0)