Обсуждение: pgsql: Fix psql's tab completion for TABLE.

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

pgsql: Fix psql's tab completion for TABLE.

От
Tom Lane
Дата:
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(-)