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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Greg Stark <gsstark@mit.edu>
Cc: pgsql-hackers@postgresql.org
Date: 2003-10-28T23:01:08Z
Lists: pgsql-bugs, pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> I think I'm missing something. Why are pg_catalog.* tables in my search path
> at all? My search path seems to be set to $user,public. is pg_catalog
> implicitly appended there?

Yes.  See TFM:
http://developer.postgresql.org/docs/postgres/ddl-schemas.html
particularly section 5.8.5.

			regards, tom lane