postgresql 创建gin索引

mac2022-06-30  27

 

1.创建gin类型的索引

postgresql 创建gin索引遇到的问题:1.ERROR: operator class "gin_trgm_ops" does not exist for access method "gin"

解决方案:先执行 CREATE EXTENSION pg_trgm;

https://www.cnblogs.com/goingforward/p/10386979.html

 

转载于:https://www.cnblogs.com/SeNaiTes/p/10569869.html

相关资源:表结构设计器EZDML常见问题PDF(2019年11月版)
最新回复(0)