From: | Rod Taylor <rbt(at)rbt(dot)ca> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Alvaro Herrera Munoz <alvherre(at)dcc(dot)uchile(dot)cl>, Gaetano Mendola <mendola(at)bigfoot(dot)com>, pgsql-bugs(at)postgresql(dot)org, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>, Ian Barwick <barwick(at)gmx(dot)net> |
Subject: | Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not |
Date: | 2003-10-29 00:18:41 |
Message-ID: | 1067386721.99917.18.camel@jester |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
On Tue, 2003-10-28 at 18:49, Tom Lane wrote:
> Rod Taylor <rbt(at)rbt(dot)ca> writes:
> > I say leave it the way it is. If you want system table tab completion,
> > simply:
> > ALTER USER ... SET search_path =3D pg_catalog,...;
>
> Unfortunately, that *does not* affect the tab-completion behavior;
> it will still not offer the system catalogs as completions unless
> you explicitly prefix "pg_catalog.".
Very well.. Would it be enough simply to fix it so it does work? Remove
the S functionality and allow pg_catalog to work like a normal schema.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-10-29 00:24:43 | Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not working? |
Previous Message | scott.marlowe | 2003-10-29 00:01:49 | Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-10-29 00:24:43 | Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not working? |
Previous Message | Oliver Elphick | 2003-10-29 00:12:51 | Re: Proposed structure for coexisting major versions |