New/Custom DataType - Altering definition / seeing definition in pgAdmin3

Поиск
Список
Период
Сортировка
От Ow Mun Heng
Тема New/Custom DataType - Altering definition / seeing definition in pgAdmin3
Дата
Msg-id 1189989124.14185.3.camel@neuromancer.home.net
обсуждение исходный текст
Ответы Re: New/Custom DataType - Altering definition / seeing definition in pgAdmin3  (Roberto Spier <roberto.spier@conab.gov.br>)
Список 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 по дате отправления:

Предыдущее
От: "Andrew Maclean"
Дата:
Сообщение: Re: Documentation fix regarding atan2
Следующее
От: Ow Mun Heng
Дата:
Сообщение: Re: help w/ SRF function