On Mon, Mar 30, 2009 at 10:13 AM, Bruce Momjian <[email protected]> wrote: > Maybe the best we are going to do is to have any pattern supplied to \d* > assume 'S' (include system objects). I actually have a patch that does > that, attached. (It is from January so might need adjustment.)
That still has the problem that "\df a*" is horribly inconsistent with "\df". It might be reasonable to assume that if a name without wildcards is given to any \d command, it should display whatever object it finds, user or system - but I can't see doing it for any wildcard at all. ...Robert -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
