Sean Chittenden <sean(at)chittenden(dot)org> writes:
> This implementation detail really annoys me when using psql. The
> attached patch fixes \dn to not show pg_temp_*. Any chance someone
> could apply this? -sc
What have you got against pg_temp? If we think \dn shouldn't show those
schemas, shouldn't it suppress *all* system schemas, including
pg_catalog and pg_toast? Maybe information_schema as well?
regards, tom lane