Re: psql \df choose functions by their arguments - Mailing list pgsql-hackers

From Greg Sabino Mullane
Subject Re: psql \df choose functions by their arguments
Date
Msg-id CAKAnmm+pqq_JTOURnBCzvbHstsVtYz-4T5CVdjThzCPwF_JbiA@mail.gmail.com
Whole thread Raw
In response to Re: psql \df choose functions by their arguments  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: psql \df choose functions by their arguments  (David Christensen <david@pgguru.net>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Jürgen Purtz
Date:
Subject: Re: Additional Chapter for Tutorial
Next
From: Fabrízio de Royes Mello
Date:
Subject: Re: Add important info about ANALYZE after create Functional Index