create index on a field of udt - Mailing list pgsql-general

From Shujie Shang
Subject create index on a field of udt
Date
Msg-id CAJrojKX40b_iQp2myz-1UHVOxo7shfpVV_HjgGQVFEQ5u_cA0Q@mail.gmail.com
Whole thread Raw
Responses Re: create index on a field of udt  (John R Pierce <pierce@hogranch.com>)
List 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 by date:

Previous
From: Dave Johansen
Date:
Subject: Re: Inserting from multiple processes?
Next
From: John R Pierce
Date:
Subject: Re: create index on a field of udt