Commit 3a788db6 authored by Magnus Hagander's avatar Magnus Hagander

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
parent 6ca547cf
...@@ -28,7 +28,8 @@ ...@@ -28,7 +28,8 @@
<listitem> <listitem>
<para> <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 Either <literal>filename</literal> or <literal>program</literal> must be
specified, but not both. specified, but not both.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment