[PATCH] Add tab completion for DEALLOCATE

From: ilmari(at)ilmari(dot)org (Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?=)
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] Add tab completion for DEALLOCATE
Date: 2017-02-01 17:45:10
Message-ID: d8jo9yl955l.fsf@dalvik.ping.uio.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

While playing with prepared statements in psql, I noticed that EXECUTE
tab-completes the list of active prepared statements, but DEALLOCATE
does not.

Attached is a patch to fix this.

Cheers,

Ilmari

--
"I use RMS as a guide in the same way that a boat captain would use
a lighthouse. It's good to know where it is, but you generally
don't want to find yourself in the same spot." - Tollef Fog Heen

Attachment Content-Type Size
0001-Add-tab-completion-for-DEALLOCATE.patch text/x-diff 985 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Corey Huinker 2017-02-01 17:58:52 Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless)
Previous Message Robert Haas 2017-02-01 17:39:51 Re: Parallel bitmap heap scan