New/Custom DataType - Altering definition / seeing definition in pgAdmin3 - Mailing list pgsql-general

From Ow Mun Heng
Subject New/Custom DataType - Altering definition / seeing definition in pgAdmin3
Date
Msg-id 1189989124.14185.3.camel@neuromancer.home.net
Whole thread Raw
Responses Re: New/Custom DataType - Altering definition / seeing definition in pgAdmin3
List pgsql-general
I've created a new custom datatype

eg:

create type foo as (
id smallint
data1 int
data2 int
)

to view the datatype in psql I do
=> \d foo

what is the equilvalent on pgadmin3 or any other SQL query tool?


As i understand from the docs, I can't alter / change the datatype
definition. If I need to change it, I need to drop it and re-create it
again. Correct me if I'm wrong.







pgsql-general by date:

Previous
From: "Andrew Maclean"
Date:
Subject: Re: Documentation fix regarding atan2
Next
From: Ow Mun Heng
Date:
Subject: Re: help w/ SRF function