create index on a field of udt

Поиск
Список
Период
Сортировка
От Shujie Shang
Тема create index on a field of udt
Дата
Msg-id CAJrojKX40b_iQp2myz-1UHVOxo7shfpVV_HjgGQVFEQ5u_cA0Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: create index on a field of udt  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
Hi, All:
I want to create a index on one field of udt, how can I do that?
e.g
create type info as (id int, name text);
I want to create index on info.id.

Thanks

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

Предыдущее
От: Dave Johansen
Дата:
Сообщение: Re: Inserting from multiple processes?
Следующее
От: John R Pierce
Дата:
Сообщение: Re: create index on a field of udt