Re: views are not auto completed on psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: views are not auto completed on psql
Дата
Msg-id 29654.1022554474@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: views are not auto completed on psql  (Neil Conway <nconway@klamath.dyndns.org>)
Список pgsql-bugs
Neil Conway <nconway@klamath.dyndns.org> writes:
> "Jeff Post" <postjeff@uwm.edu> wrote:
>> The best way that I can think to describe this is that views are not added
>> as candidates of possible line completions in psql.

> On my end, that doesn't seem to be the case (running a build of CVS
> that is few days old):

This seems to be a post-7.2 fix.  In psql 7.2 the completion query only
looks for relkind = 'r'.  Might be worth backpatching into the REL7_2
branch?

            regards, tom lane

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: views are not auto completed on psql
Следующее
От: Andrew McMillan
Дата:
Сообщение: Re: Documentation regarding %ROWTYPE in PL/PgSQL