Re: Autocomplete on Postgres7.4beta5 not working? - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: Autocomplete on Postgres7.4beta5 not working?
Date
Msg-id 200311090228.hA92SGb01547@candle.pha.pa.us
Whole thread Raw
In response to Autocomplete on Postgres7.4beta5 not working?  (Gaetano Mendola <mendola@bigfoot.com>)
Responses Re: Autocomplete on Postgres7.4beta5 not working?  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-bugs
This now works in current CVS and will be in 7.4 final:

    test=> select * from pg_l
    pg_language     pg_largeobject  pg_listener     pg_locks

---------------------------------------------------------------------------

Gaetano Mendola wrote:
> Hi all
> I'm esperiencing problem with the <TAB> autocomplete on
> postgres 7.4beta5:
>
> #select * from pg_l<TAB><TAB>
> and no suggestions out.
>
>
> On postgres 7.3.4:
>
> #select * from pg_l<TAB><TAB>
> pg_language     pg_largeobject  pg_listener     pg_locks
>
>
>
> am I wrong ?
>
>
>
> regards
> Gaetano Mendola
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] postgresql-7.4RC1 - unrecognized privilege type
Next
From: Bruce Momjian
Date:
Subject: Re: minor: ~ not resolved in psql