diff options
-rw-r--r-- | doc/src/sgml/file-fdw.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml index d3b39aa120b..7dd56764296 100644 --- a/doc/src/sgml/file-fdw.sgml +++ b/doc/src/sgml/file-fdw.sgml @@ -27,7 +27,8 @@ <listitem> <para> - Specifies the file to be read. Required. Must be an absolute path name. + Specifies the file to be read. Required. Relative paths are relative to the + data directory. </para> </listitem> </varlistentry> |