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
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
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。