Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd0f8a6

Browse filesBrowse files
committed
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
1 parent 1ce2082 commit fd0f8a6
Copy full SHA for fd0f8a6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎doc/src/sgml/file-fdw.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/file-fdw.sgml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727

2828
<listitem>
2929
<para>
30-
Specifies the file to be read. Required. Must be an absolute path name.
30+
Specifies the file to be read. Required. Relative paths are relative to the
31+
data directory.
3132
</para>
3233
</listitem>
3334
</varlistentry>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.