Re: file_fdw vs relative paths
Magnus Hagander <magnus@hagander.net>
From: Magnus Hagander <magnus@hagander.net>
To: Bruce Momjian <bruce@momjian.us>
Cc: Li Japin <japinli@hotmail.com>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2020-09-06T17:31:08Z
Lists: pgsql-hackers
On Mon, Aug 31, 2020 at 5:03 PM Bruce Momjian <bruce@momjian.us> wrote: > On Mon, Aug 31, 2020 at 01:16:05PM +0200, Magnus Hagander wrote: > > Bruce, I've applied and backpatched your docs patch for this. > > > > Gah, and of course right after doing that, I remembered I wanted to get a > > second change in :) To solve the "who's this Josh" question, I suggest > we also > > change the example to point to the data/log directory which is likely to > exist > > in a lot more of the cases. I keep getting people who ask "who is josh" > based > > on the /home/josh path. Not that it's that important, but... > > Thanks, and agreed. > > Thanks, applied. I backpacked to 13 but didn't bother with the rest as it's not technically *wrong* before.. //Magnus
Commits
-
Change path in example of file_fdw for logs
- a82919afe26a 13.0 landed
- 68b603e1a934 14.0 landed
-
Fix docs bug stating file_fdw requires absolute paths
- ae6c6c255648 9.5.24 landed
- fd0f8a6c3a9e 9.6.20 landed
- 1b694b70c054 10.15 landed
- d58dea6ae028 11.10 landed
- 73952310bfcd 12.5 landed
- 3a1f6a2581e4 13.0 landed
- 3a788db60108 14.0 landed
-
Add contrib/file_fdw foreign-data wrapper for reading files via COPY.
- 7c5d0ae70784 9.1.0 cited