开发者社区> 问答> 正文

postgres 9.6版本,data type uuid has no default operator class for access methodgin

postgres 9.6版本,建gin索引时,如果数据类型包含uuid类型,则提示:
MH=# create index idx_r_data_main_test_g on r_data_main_test using gin(data_id,parent_coll_id,fs_id,data_name,size,mode,uid,gid,create_ts,modify_ts);
ERROR:  data type uuid has no default operator class for access method "gin"
HINT:  You must specify an operator class for the index or define a default operator class for the data type.
网上查看,说到10版本才可以在uuid上建gin类型索引。在9.6版本中该如何解决呢?

展开
收起
风一样的我 2017-11-17 19:59:50 3978 0
1 条回答
写回答
取消 提交回答
  • 在安装目录的 share/contrib 下面,可以找到 uuid-ossp.sql,使用以下命令:
    [c-sharp] view plain copy
    psql -d pisces -U postgres -f D:/Service/PostgreSQL/9.0/share/contrib/uuid-ossp.sql  
    2017-11-18 00:22:10
    赞同 展开评论 打赏
问答分类:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
Data Outsourcing in Cloud Comp 立即下载
OPEN SOURCE IN A DATA-DRIVEN WORLD 立即下载
AutoAlerts-From Data to Action 立即下载