Although I have not seen any documentation that says one cannot do this, 
version 2.1.2 is complaining about defining one.

CREATE TYPE wdm.thing (
       thing_name                 text,
                ...

CREATE TABLE wdm.ctins (
       foo_no                     text,
       item                        frozen<thing>,
       ...


CREATE INDEX foo ON wdm.gtins(item.thing_name);

Is there something I'm missing or is this truly disallowed?



________________________________

This e-mail message, including any attachments, is for the sole use of the 
intended recipient(s) and may contain information that is confidential and 
protected by law from unauthorized disclosure. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message.

Reply via email to