psql: Tab completion for JOIN ... ON/USING

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: a01f6fa6ad5e232e1bd38c05d443875ae3ba7ee8
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2024-12-16T17:47:03Z
Releases: 18.0
psql: Tab completion for JOIN ... ON/USING

Offer ON/USING clauses for join types that require join conditions (i.e.
anything except for NATURAL/CROSS joins).

Author: Andreas Karlsson
Reviewed-By: Tomas Vondra
Discussion: https://postgr.es/m/3a7e27bc-d6ed-4cb0-9b21-f21143fc1b37@proxel.se

Files

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

Discussion