Re: Bossart, Nathan 2018-10-01 <69fd7e51-2b13-41fd-9438-17395c73f...@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