psql: Fix incorrect tab completion after CREATE PUBLICATION ... EXCEPT (...)
Previously, tab completion after EXCEPT (...) always suggested FROM SERVER. This was correct for IMPORT FOREIGN SCHEMA ... EXCEPT (...), but became incorrect once commit fd366065e06 added CREATE PUBLICATION ... EXCEPT (...). This commit updates tab completion so FROM SERVER is no longer suggested after CREATE PUBLICATION ... EXCEPT (...), while preserving the existing behavior for IMPORT FOREIGN SCHEMA ... EXCEPT (...). Author: Vignesh C <[email protected]> Reviewed-by: Shveta Malik <[email protected]> Reviewed-by: Fujii Masao <[email protected]> Discussion: https://postgr.es/m/caldanm1-fx6msw6zcrusjgqdw6asdtyp2dwp-4tckgyat+n...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/4e0e1f3b2704e04768a4bccb7102450d74730a50 Modified Files -------------- src/bin/psql/tab-complete.in.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
