psql: Tab completion for CREATE TEMP TABLE ... USING
authorTomas Vondra <tomas.vondra@postgresql.org>
Mon, 16 Dec 2024 15:38:35 +0000 (16:38 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Mon, 16 Dec 2024 16:30:04 +0000 (17:30 +0100)
commit1e1f70c34a8e8cef8d7f55ecb73ef22771c2e21b
tree0008ea74998011ccc2673a3cdefa5941c94f59e0
parent8f11ef80c5458f0d12eefa1c6fbba81af8bb3042
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
src/bin/psql/tab-complete.in.c