Re: [PATCH] Add tab completion for EXECUTE after EXPLAIN

2021-08-24 Thread Michael Paquier
On Sat, Aug 07, 2021 at 11:23:28PM +0100, Dagfinn Ilmari Mannsåker wrote: >> Here's a patch adding EXECUTE to the list of of commands tab completed >> after the various EXPLAIN variants. I see no problems with that, so applied. Thanks. -- Michael signature.asc Description: PGP signature

Re: [PATCH] Add tab completion for EXECUTE after EXPLAIN

2021-08-07 Thread Dagfinn Ilmari Mannsåker
ilm...@ilmari.org (Dagfinn Ilmari Mannsåker) writes: > Hi hackers, > > Here's a patch adding EXECUTE to the list of of commands tab completed > after the various EXPLAIN variants. Added to the 2021-09 commitfest: https://commitfest.postgresql.org/34/3279/ - ilmari

[PATCH] Add tab completion for EXECUTE after EXPLAIN

2021-08-07 Thread Dagfinn Ilmari Mannsåker
Hi hackers, Here's a patch adding EXECUTE to the list of of commands tab completed after the various EXPLAIN variants. - ilmari >From a303b7b2e505d4cdd65a0bd1fdc031488a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Wed, 4 Aug 2021 12:07:24 +0100 Subjec