summaryrefslogtreecommitdiff
path: root/doc/src/sgml/file-fdw.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/file-fdw.sgml')
-rw-r--r--doc/src/sgml/file-fdw.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml
index 8831f5911f..2e21806f48 100644
--- a/doc/src/sgml/file-fdw.sgml
+++ b/doc/src/sgml/file-fdw.sgml
@@ -187,8 +187,8 @@
<para>
Changing table-level options requires being a superuser or having the privileges
- of the default role <literal>pg_read_server_files</literal> (to use a filename) or
- the default role <literal>pg_execute_server_program</literal> (to use a program),
+ of the role <literal>pg_read_server_files</literal> (to use a filename) or
+ the role <literal>pg_execute_server_program</literal> (to use a program),
for security reasons: only certain users should be able to control which file is
read or which program is run. In principle regular users could be allowed to
change the other options, but that's not supported at present.