public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Jim C. Nasby <[email protected]>
Cc: [email protected]
Subject: Re: List schema contents
Date: Fri, 09 Jun 2006 16:20:16 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
"Jim C. Nasby" <[email protected]> writes:
> I'd like to propose that the behavior of \d schemaname. be changed to
> match
> set search_path = schemaname
> \d
I'm not sure what your reasoning is here, but AFAICS this would move the
behavior away from what you say you want. What exactly have you got
in mind, and why? In particular, why do you think that "\d schemaname."
doesn't already produce exactly what you asked for, namely a list of the
tables in that schema? The above would *not* produce such a list
(counterexample: temp tables).
> One problem I see is that this will break the ability to search for
> tablename. via regex.
You are aware of the double-quoting option in \d search patterns, no?
regards, tom lane
view thread (21+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: List schema contents
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox