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
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
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