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

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 working?
Date: 2003-10-28 23:22:41
Message-ID: 1067383360.99917.11.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-10-28 23:45:49 Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not working?
Previous Message Ian Barwick 2003-10-28 23:02:57 Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not working?

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-10-28 23:45:49 Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not working?
Previous Message Ian Barwick 2003-10-28 23:02:57 Re: [HACKERS] Autocomplete <TAB> on Postgres7.4beta5 not working?