Re: psql \df option for procedures - Mailing list pgsql-hackers

From Isaac Morland
Subject Re: psql \df option for procedures
Date
Msg-id CAMsGm5fjFtD3XUaAJwHJpJ1zqGqBfBLp-QFvuN2i4N2HwLC6Rw@mail.gmail.com
Whole thread Raw
In response to Re: psql \df option for procedures  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List pgsql-hackers
While you're looking at \df, you might want to consider removing the display of source code (we have \sf for that, and it takes up a lot of space), and add a column to display access permissions (who can execute the function).

On 2 July 2018 at 09:22, Fabrízio de Royes Mello <fabriziomello@gmail.com> wrote:
On Mon, Jul 2, 2018 at 7:07 AM, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> 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?
>

+1. I can write a patch to save your time If you don't do it yet.

Regards,

--
   Fabrízio de Royes Mello         Timbira - http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: [WIP] [B-Tree] Retail IndexTuple deletion
Next
From: Alexey Kryuchkov
Date:
Subject: Proposed fix for Bug #15259 (invalid empty array returned by intarray"&" operator)