psql: Tab completion for JOIN ... USING column list
authorTomas Vondra <tomas.vondra@postgresql.org>
Mon, 16 Dec 2024 17:12:29 +0000 (18:12 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Mon, 16 Dec 2024 17:47:03 +0000 (18:47 +0100)
commit3429145d42e0aee0565328c8ca8378ed17b300dc
tree0b81c81ed44ca72e7ecf6c1756d0efad7ffa2c42
parenta01f6fa6ad5e232e1bd38c05d443875ae3ba7ee8
psql: Tab completion for JOIN ... USING column list

For JOIN ... USING, offer attribute names for the first member of the
column list.

Author: Andreas Karlsson
Reviewed-By: Tomas Vondra
Discussion: https://postgr.es/m/3a7e27bc-d6ed-4cb0-9b21-f21143fc1b37@proxel.se
src/bin/psql/tab-complete.in.c