Re: psql \df choose functions by their arguments

From: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: psql \df choose functions by their arguments
Date: 2020-11-01 16:40:28
Message-ID: CAKAnmm+pqq_JTOURnBCzvbHstsVtYz-4T5CVdjThzCPwF_JbiA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v2-psql-df-pick-function-by-type.patch text/x-patch 14.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2020-11-01 16:53:23 Re: Add important info about ANALYZE after create Functional Index
Previous Message Jürgen Purtz 2020-11-01 15:38:43 Re: Additional Chapter for Tutorial