Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I have created the following patch for 7.5. It has \dn show only your
> local pg_temp_* schema, and only if you own it --- there might be an old temp
> schema around from an old backend.
This will certainly not work, since you don't own your pg_temp_* schema
(the bootstrap UID does). I disagree with the goal anyway ...
regards, tom lane