Re: [BUGS] views are not auto completed on psql

2002-05-27 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > "Jeff Post" <[EMAIL PROTECTED]> 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

Re: [BUGS] views are not auto completed on psql

2002-05-27 Thread Neil Conway
On Fri, 24 May 2002 17:16:28 -0700 "Jeff Post" <[EMAIL PROTECTED]> 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. > So if I have a view with the name org_details and a table with the name > organizations an

[BUGS] views are not auto completed on psql

2002-05-27 Thread Jeff Post
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 the completion is organizations not a list of organizatio