Re: operator class

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: operator class
Дата
Msg-id 17912.1204176644@sss.pgh.pa.us
обсуждение исходный текст
Ответ на operator class  ("miquel_ibanez" <miquel_ibanez@sumimail.com>)
Список pgsql-sql
"miquel_ibanez" <miquel_ibanez@sumimail.com> writes:
> CREATE TYPE t_cod_t_activ AS (
>       cod_t_activ       CHAR(10)
>       );

If you just want an alias for char(10), a domain would probably work
better.  CREATE TYPE AS is meant for creating multi-field row types.

> Does it mean that I cannot create an index on a field wich is of a type
> defined by the user?

Sure, if you are also willing to define operators and operator classes
on your type.
        regards, tom lane


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Subselects returning array and ANY...
Следующее
От: "Bart Degryse"
Дата:
Сообщение: Re: Function returns error (view)