Improve psql tab completion for options of subcriptions and publications

Michael Paquier <michael@paquier.xyz>

Commit: d08237b5b494f96e72220bcef36a14a642969f16
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-06-11T06:46:18Z
Releases: 14.0
Improve psql tab completion for options of subcriptions and publications

The list of options provided by the tab completion was outdated for the
following commands:
- ALTER SUBSCRIPTION
- CREATE SUBSCRIPTION
- ALTER PUBLICATION
- CREATE PUBLICATION

Author: Vignesh C
Reviewed-by: Bharath Rupireddy
Discussion: https://postgr.es/m/CALDaNm18oHDFu6SFCHE=ZbiO153Fx7E-L1MG0YyScbaDV--U+A@mail.gmail.com

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +6 −5

Discussion