pgsql: Add tab completion for EXPLAIN (SETTINGS) in psql - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add tab completion for EXPLAIN (SETTINGS) in psql
Date
Msg-id E1iDhLy-00087q-EH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add tab completion for EXPLAIN (SETTINGS) in psql

Author: Justin Pryzby
Reviewed-by: Tatsuro Yamada
Discussion: https://postgr.es/m/20190927022051.GC24334@telsasoft.com
Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/268c4e9d4d88f5b4baca88ef31e914a1ac1fb7e9

Modified Files
--------------
src/bin/psql/tab-complete.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Add timeline as valid recovery target in standby.signal doc