Re: Hi!, help with this new type

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hi!, help with this new type
Дата
Msg-id 28393.1086070447@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Hi!, help with this new type  (David Cruz <davidcrmail@yahoo.com>)
Список pgsql-novice
David Cruz <davidcrmail@yahoo.com> writes:
> 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

I'd bet not.  That example works fine in 7.4 for me.  The
syntax error is exactly what I get in 7.2 though...

            regards, tom lane

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

Предыдущее
От: David Cruz
Дата:
Сообщение: Hi!, help with this new type
Следующее
От: derrick@grifflink.com
Дата:
Сообщение: Fw: Dynamic Array into pl/pgSQL function