psql: Tab completion for LATERAL joins
authorTomas Vondra <tomas.vondra@postgresql.org>
Mon, 16 Dec 2024 16:55:00 +0000 (17:55 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Mon, 16 Dec 2024 17:47:03 +0000 (18:47 +0100)
commit5dd5786b94cea4652035a5dc55c103ed09b0365b
tree7428ab6f6229c5c9943c814ac1052235c62d3f3d
parent86a5d6006aff956a5e00982b7628177fa7dc5027
psql: Tab completion for LATERAL joins

When listing selectable objects after a JOIN, offer also LATERAL.

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