views are not auto completed on psql

Поиск
Список
Период
Сортировка
От Jeff Post
Тема views are not auto completed on psql
Дата
Msg-id NGBBJHPOILLEGEKFHBEIGEFMCOAA.postjeff@uwm.edu
обсуждение исходный текст
Ответы Re: views are not auto completed on psql  (Neil Conway <nconway@klamath.dyndns.org>)
Список pgsql-bugs
The best way that I can think to describe this is that views are not added
as candidates of possible line completions in psql.
So if I have a view with the name org_details and a table with the name
organizations and I try select * from org<TAB> the completion is
organizations not a list of organizations and org_details.


Thanks,
Jeff Post
postjeff@uwm.edu

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug #680: NOCREATETABLE
Следующее
От: Henry House
Дата:
Сообщение: Re: Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars