pgsql: psql: Tab completion for CREATE MATERIALIZED VIEW ... USING - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: psql: Tab completion for CREATE MATERIALIZED VIEW ... USING
Date
Msg-id E1tNE2a-0031wz-7P@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
psql: Tab completion for CREATE MATERIALIZED VIEW ... USING

The tab completion didn't offer USING for CREATE MATERIALIZED VIEW, so
add it, and offer a list of access methods, followed by SELECT.

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/de1e29885730851787b467449f525ff6fc7d69fa

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


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.