\dD Bug?? - Mailing list pgsql-general

From Steve Crawford
Subject \dD Bug??
Date
Msg-id 20021213175747.859CF103BD@polaris.pinpointresearch.com
Whole thread Raw
Responses Re: \dD Bug??  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-general by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: INDEX suggestion needed
Next
From: Tom Lane
Date:
Subject: Re: \dD Bug??