From: Shigeru Hanada Date: Mon, 4 Jul 2011 11:50:57 +0000 (+0900) Subject: Fix unclear description of file_fdw options. X-Git-Url: http://git.postgresql.org/gitweb/static/main.js?a=commitdiff_plain;h=2083b8f99b9696ab4fe22574494579dfcbb0a74c;p=users%2Fhanada%2Fpostgres.git Fix unclear description of file_fdw options. --- diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml index b20d775426..776aa9a514 100644 --- a/doc/src/sgml/file-fdw.sgml +++ b/doc/src/sgml/file-fdw.sgml @@ -149,7 +149,7 @@ Changing table-level options requires superuser privileges, for security reasons: only a superuser should be able to determine which file is read. In principle non-superusers could be allowed to change the other options, - but that's only force_not_null supported at present. + but that's not supported at present.