pgsql: Add a few new patterns to the tab completion of psql

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add a few new patterns to the tab completion of psql
Дата
Msg-id E1ofuQb-000whN-4m@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add a few new patterns to the tab completion of psql

This improves the tab completion of psql on a few points:
- Provide a list of subscriptions on \dRs.
- Provide a list of publications on \dRp.
- Add CURRENT_ROLE, CURRENT_USER, SESSION_USER when OWNER TO is provided
at the end of a query (as defined by RoleSpec in gram.y).

Author: Vignesh C
Reviewed-by: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/CALDaNm3toRBt6c6saY3174f7CsGztXRvVvfWbikkJEXY7x5WAA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9aa58d48f30a0cadfc0f40aad22be91ae7f8c4a8

Modified Files
--------------
src/bin/psql/tab-complete.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: noreply@postgresql.org
Дата:
Сообщение: pgsql: Tag refs/tags/REL_15_RC2 was created
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Use macros from xlog_internal.h for WAL segment logic in pg_rese