[PATCH] Tab completion for ALTER TYPE … RENAME VALUE …

From: ilmari(at)ilmari(dot)org (Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?=)
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] Tab completion for ALTER TYPE … RENAME VALUE …
Date: 2016-09-12 11:28:18
Message-ID: d8j4m5lz7al.fsf@dalvik.ping.uio.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

Here's a patch to add psql tab completion for the recently-added ALTER
TYPE … RENAME VALUE feature (thanks to Tom for fixing it up and
committing it).

It's modelled on the ALTER TYPE … RENAME ATTRIBUTE completion, but
tweaked to return string literals instead of identifiers.

- ilmari

Attachment Content-Type Size
0001-Add-psql-tab-completion-for-ALTER-TYPE-RENAME-VALUE.patch text/x-diff 4.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeevan Chalke 2016-09-12 11:47:08 Re: Aggregate Push Down - Performing aggregation on foreign server
Previous Message Pavan Deolasee 2016-09-12 10:12:16 Re: Refactoring of heapam code.