Re: [HACKERS] Re: proposal - psql: possibility to specify sort fordescribe commands, when size is printed - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [HACKERS] Re: proposal - psql: possibility to specify sort fordescribe commands, when size is printed
Date
Msg-id CAEepm=0e59DXJsxTibBtY3H5rJGR_7sd_31xP8NJo0cw1rJMOQ@mail.gmail.com
Whole thread Raw
In response to [HACKERS] proposal - psql: possibility to specify sort for describe commands,when size is printed  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: [HACKERS] Re: proposal - psql: possibility to specify sort fordescribe commands, when size is printed
List pgsql-hackers
On Thu, Nov 2, 2017 at 12:44 AM, Pavel Stehule <pavel.stehule@gmail.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);
             ^

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


pgsql-hackers by date:

Previous
From: Luke Cowell
Date:
Subject: Possible performance regression with pg_dump of a large number ofrelations
Next
From: Thomas Munro
Date:
Subject: Re: [HACKERS] postgres_fdw bug in 9.6