\dD Bug??

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: \dD Bug??
Date: 2002-12-13 17:57:47
Message-ID: 20021213175747.859CF103BD@polaris.pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is this a known bug? I created a database (test) and two schemas (s1 and s2)
each of which have one table (s1.test and s2.test) but when I use \dD I see
no schemas listed:

test=# select * from s1.test;
x
-----------------
I am in s1.test
(1 row)

test=# select * from s2.test;
x
-----------------
I am in s2.test
(1 row)

test=# \dD
List of domains
Schema | Name | Type | Modifier
--------+------+------+----------
(0 rows)

Cheers,
Steve

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-12-13 18:16:28 Re: \dD Bug??
Previous Message Manfred Koizar 2002-12-13 17:37:59 Re: INDEX suggestion needed