Re: [HACKERS] Re: proposal - psql: possibility to specify sort for describe commands, when size is printed

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Re: proposal - psql: possibility to specify sort for describe commands, when size is printed
Date: 2018-01-12 15:11:02
Message-ID: CAFj8pRDVb-8AMqEP_M9jWzAZ0aYPx2yvnsmaiuwHa-TfQcogfw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

2018-01-12 2:35 GMT+01:00 Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>:

> On Thu, Nov 2, 2017 at 12:44 AM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
> wrote:
> > I am sending updated patch with some basic doc
>
> Hi Pavel,
>
> I am not sure what the status of this patch is, but FYI:
>
> startup.c: In function ‘main’:
> startup.c:284:3: error: too few arguments to function ‘listAllDbs’
> success = listAllDbs(NULL, false);
> ^
> In file included from startup.c:21:0:
> describe.h:68:13: note: declared here
> extern bool listAllDbs(const char *pattern, bool verbose, sortby_type
> sortby, bool sort_desc);
> ^
>

There are no agreement about optimal form of this feature - so I'll remove
this patch from commitfest.

Regards

Pavel

>
> --
> Thomas Munro
> http://www.enterprisedb.com
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2018-01-12 15:12:54 Re: master make check fails on Solaris 10
Previous Message Robert Haas 2018-01-12 15:06:24 Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation()