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

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>
Cc: Ralph Graulich <ralph(dot)graulich(at)t-online(dot)de>, pgsql-general(at)postgresql(dot)org
Subject: Re: \dt doesn't show all relations in user's schemas (8.4.2)
Date: 2009-12-21 21:24:06
Message-ID: dcc563d10912211324y580f0705g6010fcdf015a5977@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

According to the docs,
http://www.postgresql.org/docs/8.4/interactive/app-psql.html says in
part:

Whenever the pattern parameter is omitted completely, the \d commands
display all objects that are visible in the current schema search path
— this is equivalent to using the pattern *. To see all objects in the
database, use the pattern *.*.

So yeah, according to the documented expected behaviour it would be a bug.

2009/12/21 Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>:
>
>
> 2009/12/19 Ralph Graulich <ralph(dot)graulich(at)t-online(dot)de>
>
>>
>> -- Only one of the two relations is shown
>>
>
>
> I would call it a bug. Reproduced here, on 8.4.2 and 8.3.8
>
>
>
>
>
> --
> Filip Rembiałkowski
> JID,mailto:filip(dot)rembialkowski(at)gmail(dot)com
> http://filip.rembialkowski.net/
>

--
When fascism comes to America, it will be intolerance sold as diversity.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-12-21 21:55:14 Re: \dt doesn't show all relations in user's schemas (8.4.2)
Previous Message Adrian Klaver 2009-12-21 21:22:44 Re: \dt doesn't show all relations in user's schemas (8.4.2)