Hi!, help with this new type

Поиск
Список
Период
Сортировка
От David Cruz
Тема Hi!, help with this new type
Дата
Msg-id 20040601052014.81979.qmail@web50105.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Dynamic Array into pl/pgSQL function  ("derrick" <derrick@grifflink.com>)
Ответы Re: Hi!, help with this new type  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hello to everyone!

I'm trying to make a new data type in this way: (like
the docs says)

pruebas1=> create type newtype as (number integer, str
char(20));
ERROR:  parser: parse error at or near "as"


And I get that error, could somebody help me?...I'm
using  PostgreSQL 7.4

thanks..

David Cruz




__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/

В списке pgsql-novice по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Dynamic Array into pl/pgSQL function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Hi!, help with this new type