aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2020-08-31 13:03:54 +0200
committerMagnus Hagander <magnus@hagander.net>2020-08-31 13:05:57 +0200
commit73952310bfcd4ebcffa3db7137d0b705f1bfdae2 (patch)
treef8dbcc357f54fe453c9609bb77920a3255216bce /doc/src
parent9dee85b5b83310598c66efc9322ed6792c77fa78 (diff)
downloadpostgresql-73952310bfcd4ebcffa3db7137d0b705f1bfdae2.tar.gz
postgresql-73952310bfcd4ebcffa3db7137d0b705f1bfdae2.zip
Fix docs bug stating file_fdw requires absolute paths
It has always (since the first commit) worked with relative paths, so use the same wording as other parts of the documentation. Author: Bruce Momjian Discussion: https://postgr.es/m/CABUevExx-hm=cit+A9LeKBH39srvk8Y2tEZeEAj5mP8YfzNKUg@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/file-fdw.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml
index 4c34ad9cc92..d6712cbbfaf 100644
--- a/doc/src/sgml/file-fdw.sgml
+++ b/doc/src/sgml/file-fdw.sgml
@@ -28,7 +28,8 @@
<listitem>
<para>
- Specifies the file to be read. Must be an absolute path name.
+ Specifies the file to be read. Relative paths are relative to the
+ data directory.
Either <literal>filename</literal> or <literal>program</literal> must be
specified, but not both.
</para>