Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not working?

Rod Taylor <rbt@rbt.ca>

From: Rod Taylor <rbt@rbt.ca>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera Munoz <alvherre@dcc.uchile.cl>, Gaetano Mendola <mendola@bigfoot.com>, pgsql-bugs@postgresql.org, PostgreSQL Development <pgsql-hackers@postgresql.org>, Ian Barwick <barwick@gmx.net>
Date: 2003-10-28T23:22:41Z
Lists: pgsql-bugs, 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.