Re: \dt doesn't show all relations in user's schemas (8.4.2)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: Adrian Klaver <aklaver(at)comcast(dot)net>, Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, Ralph Graulich <ralph(dot)graulich(at)t-online(dot)de>
Subject: Re: \dt doesn't show all relations in user's schemas (8.4.2)
Date: 2009-12-22 01:10:59
Message-ID: 25115.1261444259@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> writes:
> Then you should see BOTH tables with the same name in different
> schemas, right? Cause the OP was saying that it picks only the first
> one to display.

Well, yes, because only the first one is visible. The second one is
masked by the first.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-12-22 01:12:25 Re: \dt doesn't show all relations in user's schemas (8.4.2)
Previous Message Scott Marlowe 2009-12-22 01:06:12 Re: \dt doesn't show all relations in user's schemas (8.4.2)