Tom Lane wrote:
> Greg Sabino Mullane <greg@turnstep.com> writes:
> > Attached is my "backslash consistency" patch which basically makes
> > all the backslash commands behave as \dt does: \d* shows non-system
> > objects, and \d*S shows system objects.
>
> Could we have a way to turn this off? At least for functions and
> operators? For my usage, at least, this will be a serious step
> backwards in usefulness.
I see hardly any use case for showing only user-defined functions or
types by default. I think consistency is not necessarily desirable
here.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/