pgsql: Fix psql's tab completion for TABLE.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix psql's tab completion for TABLE.
Дата
Msg-id E1g36O0-0006OI-Kp@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix psql's tab completion for TABLE.

This should offer the same relation types that SELECT ... FROM would.
You can't select from an index for instance, so offering it here is
unhelpful.  Noted while testing ilmari's recent patch.

Branch
------
master

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

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add a "return" statement to pacify perlcritic.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove special handling for open() in initdb for Windows