From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Gaetano Mendola <mendola(at)bigfoot(dot)com> |
Cc: | "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: Autocomplete <TAB> on Postgres7.4beta5 not working? |
Date: | 2003-11-09 02:28:16 |
Message-ID: | 200311090228.hA92SGb01547@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-11-09 04:23:44 | Re: minor: ~ not resolved in psql |
Previous Message | Tom Lane | 2003-11-09 02:16:25 | Re: [HACKERS] postgresql-7.4RC1 - unrecognized privilege type |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-11-09 03:07:29 | Re: [HACKERS] BEGIN vs START TRANSACTION |
Previous Message | Bruce Momjian | 2003-11-09 02:26:37 | Re: Coding help |