Re: possible psql \d bug in 8.3 beta2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
Cc: General PostgreSQL List <pgsql-general(at)postgresql(dot)org>
Subject: Re: possible psql \d bug in 8.3 beta2
Date: 2007-12-24 03:28:29
Message-ID: 19389.1198466909@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Broersma Jr 2007-12-24 03:31:16 Re: possible psql \d bug in 8.3 beta2
Previous Message Richard Broersma Jr 2007-12-24 03:16:35 possible psql \d bug in 8.3 beta2