Re: pg_ls_tmpdir()
Christoph Berg <myon@debian.org>
From: Christoph Berg <myon@debian.org>
To: "Bossart, Nathan" <bossartn@amazon.com>
Cc: Andres Freund <andres@anarazel.de>, Laurenz Albe <laurenz.albe@cybertec.at>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2018-10-02T10:31:41Z
Lists: pgsql-hackers
Re: Bossart, Nathan 2018-10-01 <69FD7E51-2B13-41FD-9438-17395C73F5BF@amazon.com> > > 1. Do we really need two functions, one without input argument > > to list the default tablespace? > > I think that anybody who uses with such a function whould > > be able to feed the OID of "pg_default". > > That seems reasonable to me. I've removed the second version of the > function. You could make that one argument have a DEFAULT value that makes it act on pg_default. Christoph
Commits
-
Add pg_ls_tmpdir function
- 9cd92d1a3369 12.0 landed