德哥推荐的书籍

推荐书籍: 概念入门: 《Postgresql Introduction and Concepts》 开发入门: 《Postgresql开发必备参考手册》 官方手册: http://www.postgresql.org/docs/ 翰高翻译的中文手册: http://www.highgo.com.cn/hgdb/docs 管理类书籍: 《Postgresql 9 Administration Cookbook》 《Postgresql 9.0 High Performance》 《Postgresql Server Programming》 《How Postgresql Processes a Query》 src/tools/backend/index.html 培训PPT: 《Postgresql Inside 系列》 《Postgresql DBA培训PPT》 中文社区: http://bbs.pgsqldb.com 中文官网: http://www.postgres.cn 代码树: http://doxygen.postgresql.org/ 代码提交集: https://commitfest.postgresql.org/ 项目GIT: http://git.postgresql.org Postgresql GITHUB镜像 https://github.com/postgres/postgres Postgresql JDBC 驱动: http://jdbc.postgresql.org http://jdbc.postgresql.org/development/privateapi/ Postgresql ODBC 驱动: http://www.postgresql.org/ftp/odbc/versions/src/ Postgresql 扩展包: http://pgfoundry.org http://pgxn.org/ GUI工具(pgAdmin): http://www.pgadmin.org/ 安全漏洞: http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=postgresql

相关文章

来源:http://www.postgres.cn/docs/11/ 4.1.1. 标识符和关键词 SQL标识符和关键词必须以一个...
来源:http://www.postgres.cn/docs/11/ 8.1. 数字类型 数字类型由2、4或8字节的整数以及4或8...
来源:http://www.postgres.cn/docs/11/ 5.1. 表基础 SQL并不保证表中行的顺序。当一个表被读...
来源:http://www.postgres.cn/docs/11/ 6.4. 从修改的行中返回数据 有时在修改行的操作过程中...
来源:http://www.postgres.cn/docs/11/ 13.2.1. 读已提交隔离级别 读已提交是PostgreSQL中的...
来源:http://www.postgres.cn/docs/11/ 9.7. 模式匹配 PostgreSQL提供了三种独立的实现模式匹...