Обсуждение: pgsql: Improve psql tab completion for options of subcriptions and publ

Поиск
Список
Период
Сортировка

pgsql: Improve psql tab completion for options of subcriptions and publ

От
Michael Paquier
Дата:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d08237b5b494f96e72220bcef36a14a642969f16

Modified Files
--------------
src/bin/psql/tab-complete.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)