pgsql: psql: Tab completion for CREATE TEMP TABLE ... USING

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Tab completion for CREATE TEMP TABLE ... USING
Date: 2024-12-16 16:33:52
Message-ID: E1tNE2a-0031wy-6d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-12-16 17:37:11 pgsql: Refactor string case conversion into provider-specific files.
Previous Message Heikki Linnakangas 2024-12-16 14:00:35 pgsql: Make 009_twophase.pl test pass with recovery_min_apply_delay set