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

From Jeff Post
Subject views are not auto completed on psql
Date
Msg-id NGBBJHPOILLEGEKFHBEIGEFMCOAA.postjeff@uwm.edu
Whole thread Raw
Responses Re: views are not auto completed on psql
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug #680: NOCREATETABLE
Next
From: Henry House
Date:
Subject: Re: Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars