Re: [BUGS] Autocomplete on Postgres7.4beta5 not working? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [BUGS] Autocomplete on Postgres7.4beta5 not working?
Date
Msg-id 29659.1067384968@sss.pgh.pa.us
Whole thread Raw
In response to Re: Autocomplete on Postgres7.4beta5 not working?  (Rod Taylor <rbt@rbt.ca>)
Responses Re: [BUGS] Autocomplete on Postgres7.4beta5 not
Re: [BUGS] Autocomplete on Postgres7.4beta5 not
List pgsql-hackers
Rod Taylor <rbt@rbt.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] Autocomplete on Postgres7.4beta5 not working?
Next
From: Oliver Elphick
Date:
Subject: Re: Proposed structure for coexisting major versions