Re: psql \df choose functions by their arguments

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: psql \df choose functions by their arguments
Дата
Msg-id CAKAnmm+pqq_JTOURnBCzvbHstsVtYz-4T5CVdjThzCPwF_JbiA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: psql \df choose functions by their arguments  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: psql \df choose functions by their arguments  (David Christensen <david@pgguru.net>)
Список pgsql-hackers
Thanks for the feedback, attached is version two of the patch. Major changes:

* Use booleans not generic "int x"
* Build a quick list of abbreviations at the top of the function
* Add array mapping for all types
* Removed the tab-complete bit, it was too fragile and unhelpful

Cheers,
Greg

Вложения

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

Предыдущее
От: Jürgen Purtz
Дата:
Сообщение: Re: Additional Chapter for Tutorial
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: Add important info about ANALYZE after create Functional Index