Robert Haas <[email protected]> writes: > On Fri, Feb 22, 2019 at 3:43 AM Magnus Hagander <[email protected]> wrote: >> We are certainly not supposed to go DROP SCHEMA on the temp namespaces, ...
> Actually, I think that's supposed to work.
If it's in active use by any session (including your own), that's not going
to have nice consequences; the owning session will have the OID in
static storage, and it will be unhappy when that OID becomes dangling.
regards, tom lane
