Skip to content

Latest commit

 

History

History
240 lines (124 loc) · 4.36 KB

20161101_01.md

File metadata and controls

240 lines (124 loc) · 4.36 KB

给PostgreSQL爱好者的参考资料

作者

digoal

日期

2016-11-01

标签

PostgreSQL , 参考资料


背景

给大伙整理了一些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.postgres.cn/document

培训类PPT:

《PostgreSQL Inside 系列》

《PostgreSQL DBA培训PPT》

中文PostgreSQL圈子
https://yq.aliyun.com/groups/29

中文PostgreSQL内核圈子
https://yq.aliyun.com/groups/12

中文Greenplum圈子
https://yq.aliyun.com/groups/13

中文问答
https://yq.aliyun.com/ask

在线练习 题库 https://pgexercises.com/

http://etutorials.org/SQL/Postgresql/

代码树:

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

一位社区兄弟ty4z2008整理的资料

https://github.com/ty4z2008/Qix/blob/master/pg.md

其他推荐网站:

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://www.cybertec.at/

http://www.translattice.com/

http://citusdata.com/

http://www.dbms2.com/

http://www.informationweek.com/

http://www.infoq.com/

http://www.actian.com/

http://aws.amazon.com/redshift/

http://sourceforge.net/projects/postgres-xc/

http://www.postgres-xl.org/

http://madlib.net/

http://research.google.com/index.html

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

http://blog.163.com/digoal%40126

http://akorotkov.github.io/

商业产品

http://vitessedata.com/

书籍打包下载

http://yun.baidu.com/share/link?shareid=3626307544&uk=1982970774

PostgreSQL 培训视频

http://pan.baidu.com/s/1pKVCgHX , 如果连接失效请通知我, 谢谢

pic

欢迎转载(注明出处), 如有问题, 可以在这里发issue讨论, 或者微信联系我

二维码

pic

Count