
postgresql
大得369
科学
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
postgresql不能连接问题FATAL: password authentication failed for user “root“
(客户端认证)配置文件password_encryption改为password_encryption = on最底部加host postgres postgres 0.0.0.0/0 md5原创 2022-01-03 10:46:12 · 6446 阅读 · 0 评论 -
postgresql索引类型支取类型
postgresql常用的索引类型有btree,hash,gin,gist,spgist,brin这六种,btree和hash不同多说,最长用的了,基本都支持,下边针对gin,gist,spgist以及brin这四种,他们所支持的数据类型总结如下:...转载 2021-12-09 19:26:09 · 277 阅读 · 0 评论