pgsql: psql: Fix tab-completion after GRANT/REVOKE on LARGE OBJECT and

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: psql: Fix tab-completion after GRANT/REVOKE on LARGE OBJECT and
Дата
Msg-id E1ubcLo-006OVB-1x@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
psql: Fix tab-completion after GRANT/REVOKE on LARGE OBJECT and FOREIGN SERVER.

Previously, when pressing Tab after GRANT or REVOKE ... ON LARGE OBJECT
or ON FOREIGN SERVER, TO or FROM was incorrectly suggested by psql's
tab-completion. This was not appropriate, as those clauses are not valid
at that point.

This commit fixes the issue by preventing TO and FROM from being offered
immediately after those specific GRANT/REVOKE statements.

Author: Yugo Nagata <nagata@sraoss.co.jp>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/20250408122857.b2b06dde4e6a08290af02336@sraoss.co.jp

Branch
------
master

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

Modified Files
--------------
src/bin/psql/tab-complete.in.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)


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