pgsql: Fix docs bug stating file_fdw requires absolute paths

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix docs bug stating file_fdw requires absolute paths
Date: 2020-08-31 11:11:11
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3a1f6a2581e41ee2c724e8422675942d30a52ff7

Modified Files
--------------
doc/src/sgml/file-fdw.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-08-31 17:20:18 pgsql: doc: clarify the useful features of procedures
Previous Message James Sewell 2020-08-31 06:56:21 Re: determine what column(s) form the primary key, in C extention