| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Rod Taylor <rbt(at)rbt(dot)ca> |
| 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 working? |
| Date: | 2003-10-28 23:49:28 |
| Message-ID: | 29659.1067384968@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-hackers |
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.".
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | scott.marlowe | 2003-10-29 00:01:49 | Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not |
| Previous Message | Tom Lane | 2003-10-28 23:45:49 | Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not working? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | scott.marlowe | 2003-10-29 00:01:49 | Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not |
| Previous Message | Tom Lane | 2003-10-28 23:45:49 | Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not working? |