pgsql: psql: Tab completion for CREATE TEMP TABLE ... USING - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: psql: Tab completion for CREATE TEMP TABLE ... USING
Date
Msg-id E1tNE2a-0031wy-6d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
psql: Tab completion for CREATE TEMP TABLE ... USING

The USING keyword was offered only for persistent tables, not for
temporary ones. So improve that.

Author: Kirill Reshke
Reviewed-By: Karina Litskevich
Discussion: https://postgr.es/m/CALdSSPhVELkvutquqrDB=Ujfq_Pjz=6jn-kzh+291KPNViLTfw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1e1f70c34a8e8cef8d7f55ecb73ef22771c2e21b

Modified Files
--------------
src/bin/psql/tab-complete.in.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Make 009_twophase.pl test pass with recovery_min_apply_delay set
Next
From: Jeff Davis
Date:
Subject: pgsql: Refactor string case conversion into provider-specific files.