Re: possible psql \d bug in 8.3 beta2 - Mailing list pgsql-general

From Tom Lane
Subject Re: possible psql \d bug in 8.3 beta2
Date
Msg-id 19389.1198466909@sss.pgh.pa.us
Whole thread Raw
In response to possible psql \d bug in 8.3 beta2  (Richard Broersma Jr <rabroersma@yahoo.com>)
Responses Re: possible psql \d bug in 8.3 beta2
List pgsql-general
Richard Broersma Jr <rabroersma@yahoo.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

pgsql-general by date:

Previous
From: Richard Broersma Jr
Date:
Subject: possible psql \d bug in 8.3 beta2
Next
From: Richard Broersma Jr
Date:
Subject: Re: possible psql \d bug in 8.3 beta2