From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: psql \df option for procedures |
Date: | 2018-07-14 10:20:05 |
Message-ID: | f1928c80-344a-ad89-a5b3-f27ad284427b@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 02.07.18 12:07, Peter Eisentraut wrote:
> psql's \df command current has options a/n/t/w to show
> aggregates/normal/trigger/window functions. Do we want to add something
> for procedures?
Here is a patch.
The updated help string doesn't read particularly elegantly. Better ideas?
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachment | Content-Type | Size |
---|---|---|
0001-psql-Add-option-for-procedures-to-df.patch | text/plain | 6.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2018-07-14 10:39:56 | Re: GiST VACUUM |
Previous Message | Peter Eisentraut | 2018-07-14 08:59:21 | Re: assert in nested SQL procedure call in current HEAD |