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

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [HACKERS] Re: proposal - psql: possibility to specify sort fordescribe commands, when size is printed
Дата
Msg-id CAFj8pRDVb-8AMqEP_M9jWzAZ0aYPx2yvnsmaiuwHa-TfQcogfw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: proposal - psql: possibility to specify sort fordescribe commands, when size is printed  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
Hi

2018-01-12 2:35 GMT+01:00 Thomas Munro <thomas.munro@enterprisedb.com>:
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);
             ^

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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation()
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: master make check fails on Solaris 10