微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

PostgreSQL

给Postgresql爱好者的参考资料

2011-08-21 08:32:39|分类PostgreSQL|举报|字号订阅

推荐书籍:

概念书籍:

《Postgresql Introduction and Concepts》

开发书籍:

《Postgresql开发必备参考手册》

管理类书籍:

《Postgresql 9 Administration Cookbook》

《Postgresql 9.0 High Performance》

《Postgresql Server Programming》

《How Postgresql Processes a Query》

了解内核 :

http://www.postgresql.org/developer/backend/

http://wiki.postgresql.org/wiki/Backend_flowchart

数据库查询优化器的艺术:原理解析与sql性能优化》 - 海翔老师

《 Postgresql 内核分析》 - 彭老师

官方手册:

http://www.postgresql.org/docs/

翰高翻译的中文手册:

http://www.highgo.com.cn/hgdb/docs

培训类PPT:

《Postgresql Inside 系列》
《Postgresql DBA培训PPT》


代码树:

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://bbs.pgsqldb.com

中文官网

http://www.postgres.cn

国外FAQ社区,BLOG:

http://www.pgcon.org/

https://www.postgresql.us/

http://www.itpug.org/

http://www.pgug.de/

http://www.diapug.org/

http://stackoverflow.com/questions/tagged/postgresql

http://momjian.us

http://www.pgexperts.com

http://blog.2ndquadrant.com/en

其他推荐网站:

http://db.cs.berkeley.edu

http://mariposa.cs.berkeley.edu/

http://www.postgresql.org

http://wiki.postgresql.org/wiki/Todo

http://wiki.postgresql.org/wiki/Development_information

http://wiki.postgresql.org

http://www.pgbuildfarm.org

https://github.com/aggregateknowledge/postgresql-hll

http://www.postgis.org/

http://workshops.opengeo.org/postgis-intro/

http://www.opengeospatial.org/

http://code.google.com

https://developers.google.com/

http://www.perzl.org/aix/

http://db-engines.com/en/

http://pgmag.org/

http://planet.postgresql.org/

http://postgresql.1045698.n5.nabble.com/

http://blog.163.com/digoal@126

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐