Richard Broersma Jr <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to