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

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: 1e1f70c34a8e8cef8d7f55ecb73ef22771c2e21b
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2024-12-16T16:30:04Z
Releases: 18.0
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

Files

PathChange+/−
src/bin/psql/tab-complete.in.c modified +1 −1

Discussion