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

From Rod Taylor
Subject Re: Autocomplete on Postgres7.4beta5 not working?
Date
Msg-id 1067383360.99917.11.camel@jester
Whole thread Raw
In response to Re: [BUGS] Autocomplete on Postgres7.4beta5 not working?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [BUGS] Autocomplete on Postgres7.4beta5 not working?
List pgsql-hackers
> Anyway, it seems like we need a vote to see how many people prefer
> each choice.

I say leave it the way it is. If you want system table tab completion,
simply:
       ALTER USER ... SET search_path = pg_catalog,...;

I would like to see the information_schema be a part of the default
search_path -- but I can do that myself.

pgsql-hackers by date:

Previous
From: Ian Barwick
Date:
Subject: Re: [BUGS] Autocomplete on Postgres7.4beta5 not working?
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Autocomplete on Postgres7.4beta5 not working?