Re: FWD: Re: Updated backslash consistency patch - Mailing list pgsql-hackers

From Martin Pihlak
Subject Re: FWD: Re: Updated backslash consistency patch
Date
Msg-id 49773473.2090207@gmail.com
Whole thread Raw
In response to Re: FWD: Re: Updated backslash consistency patch  (Bruce Momjian <bruce@momjian.us>)
Responses Re: FWD: Re: Updated backslash consistency patch  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Bruce Momjian wrote:
> Bruce Momjian wrote:
>> I know we don't like the current behavior, but I think we need to make
>> them consistent first for easy testing and so when we change it, it will
>> remain consistent.
>>
>> I will work on a consensus patch soon for the new behavior.
> 

The "\dXU *.*" commands also display objects from information_schema. IMHO
these should also be classified as system objects. It is most annoying to
run '\dfU *.*' and see a list of information_schema internal functions show up.
Whereas the intent was to see the user defined functions in all schemas.

regards,
Martin



pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: [PATCH] EnableDisableTrigger Cleanup & Questions
Next
From: Gregory Stark
Date:
Subject: Re: Pluggable Indexes