Richard Broersma Jr <rabroersma(at)yahoo(dot)com> writes:
> Is seems that \d is missing the following entry
> when I set search_path to display two schemas:
> List of relations
> Schema | Name | Type | Owner
> ---------+-------------+-------+----------
> project | managers | table | teaminst
It's hidden by the "managers" table in the earlier "history" schema.
\d without any particular schema specification will only show tables
that could be accessed by an unqualified table name.
regards, tom lane