From fd0f8a6c3a9e30cfd3d1c1ccfb4bb214639b18b4 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 31 Aug 2020 13:03:54 +0200 Subject: [PATCH] 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 --- doc/src/sgml/file-fdw.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml index d3b39aa120b..7dd56764296 100644 --- a/doc/src/sgml/file-fdw.sgml +++ b/doc/src/sgml/file-fdw.sgml @@ -27,7 +27,8 @@ - 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.