mirror of
https://github.com/postgres/postgres.git
synced 2026-03-10 10:11:28 -04:00
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
This commit is contained in:
parent
1ce20826ce
commit
fd0f8a6c3a
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue