projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ce2082
)
Fix docs bug stating file_fdw requires absolute paths
author
Magnus Hagander
<magnus@hagander.net>
Mon, 31 Aug 2020 11:03:54 +0000
(13:03 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 31 Aug 2020 11:09:03 +0000
(13:09 +0200)
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
doc/src/sgml/file-fdw.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/file-fdw.sgml
b/doc/src/sgml/file-fdw.sgml
index d3b39aa120b75bce429809a894e57b09fa6278e3..7dd56764296405ad4cdd4c44c83fe1871f209b72 100644
(file)
--- 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>