PostgreSQL 参考资源
官方文档
在线教程
书籍
- 《PostgreSQL: Up and Running》由 Regina Obe 著
- 《The Art of PostgreSQL》由 Dimitri Fontaine 著
- 《PostgreSQL High Performance》由 Ibrar Ahmed 著
工具
- pgAdmin:https://www.pgadmin.org/ — 官方图形界面工具
- DBeaver:https://dbeaver.io/ — 通用数据库工具
- DataGrip:https://www.jetbrains.com/datagrip/ — 数据库集成开发环境
- psql:命令行客户端
社区
扩展
- PostGIS:https://postgis.net/ — 空间数据库
- pg_cron:https://github.com/citusdata/pg_cron — 作业调度
- pg_partman:https://github.com/pgpartman/pg_partman — 分区管理
- TimescaleDB:https://www.timescale.com/ — 时序数据库