Re: views are not auto completed on psql - Mailing list pgsql-bugs

From Tom Lane
Subject Re: views are not auto completed on psql
Date
Msg-id 29654.1022554474@sss.pgh.pa.us
Whole thread Raw
In response to Re: views are not auto completed on psql  (Neil Conway <nconway@klamath.dyndns.org>)
List 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 by date:

Previous
From: Neil Conway
Date:
Subject: Re: views are not auto completed on psql
Next
From: Andrew McMillan
Date:
Subject: Re: Documentation regarding %ROWTYPE in PL/PgSQL