Re: small psql patch - show Schema name for \dt \dv \dS - Mailing list pgsql-patches

From Tom Lane
Subject Re: small psql patch - show Schema name for \dt \dv \dS
Date
Msg-id 14713.1027202479@sss.pgh.pa.us
Whole thread Raw
In response to Re: small psql patch - show Schema name for \dt \dv \dS  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> I looked at re-adding your own "pg_temp_n" schema back into the results.
> But I don't see a way to determine your own BackendId unless we add a
> builtin function to expose MyBackendId as a user callable function.
> Should we do this, or did I just miss something?

I don't think it's important.  Real soon now we will be changing psql's
queries to take visibility into account directly (cf my comments to
Greg Mullane yesterday).  That should take care of making one's temp
tables visible, I think; and if not we can address the issue at that
time.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: show() function - updated patch
Next
From: Joe Conway
Date:
Subject: Re: show() function - updated patch