Re: seeing type defination.. - Mailing list pgsql-sql

From
Subject Re: seeing type defination..
Date
Msg-id 1232.219.65.253.168.1052407066.squirrel@mail.trade-india.com
Whole thread Raw
In response to Re: seeing type defination..  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql

Oops great!

i just missed by a '.'

Thanks
Mallah.

tradein_clients=# \dT custom_return_types*    List of data typesSchema | 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@trade-india.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/



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: seeing type defination..
Next
From:
Date:
Subject: Re: PROBLEM WITH UPDATE COMMAND