Re: seeing type defination..

From: <mallah(at)trade-india(dot)com>
To: <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <mallah(at)trade-india(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: seeing type defination..
Date: 2003-05-08 15:17:46
Message-ID: 1232.219.65.253.168.1052407066.squirrel@mail.trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Oops great!

i just missed by a '.'

Thanks
Mallah.

tradein_clients=# \dT custom_return_types*
List of data types
Schema | Name | Description
--------+------+-------------
(0 rows)

tradein_clients=#

tradein_clients=# \dT custom_return_types.*
List of data types
Schema | Name | Description
---------------------+------------------------------------+-------------
custom_return_types | custom_return_types.login_response |
custom_return_types | custom_return_types.table_desc |
(2 rows)

> <mallah(at)trade-india(dot)com> writes:
>> by the way there is still a lacuna i cannot exclusively list
>> my custom return types within a schema , the pg_catalog
>> name space is always included and have typically 60 type
>> entries , so when i do
>> \dT everything is listed will it be possible in 7.4 to list types in a schema only ?
>
> \dT myschema.*
>
> regards, tom lane

-----------------------------------------
Get your free web based email at trade-india.com.
"India's Leading B2B eMarketplace.!"
http://www.trade-india.com/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Achilleus Mantzios 2003-05-08 15:44:04 Re: Array dimension as integer
Previous Message Tom Lane 2003-05-08 15:05:57 Re: seeing type defination..