PostgreSQL数据库资料(转)
PostgreSQL数据库资料
转自:http://blog.csdn.net/postgrechina/article/details/49132791
推荐书籍:
概念书籍:
《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 系列》
代码树:
http://doxygen.postgresql.org/
代码提交集:
https://commitfest.postgresql.org/
项目GIT:
PostgreSQL GITHUB镜像
https://github.com/postgres/postgres
PostgreSQL JDBC 驱动:
http://jdbc.postgresql.org/development/privateapi/
PostgreSQL ODBC 驱动:
http://www.postgresql.org/ftp/odbc/versions/src/
PostgreSQL 扩展插件:
GUI工具(pgAdmin):
安全漏洞:
http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=postgresql
中文社区:
中文官网:
国外FAQ社区, BLOG:
http://stackoverflow.com/questions/tagged/postgresql
http://blog.2ndquadrant.com/en
一位社区兄弟ty4z2008整理的资料
https://github.com/ty4z2008/Qix/blob/master/pg.md
其他推荐网站:
http://mariposa.cs.berkeley.edu/
http://wiki.postgresql.org/wiki/Todo
http://wiki.postgresql.org/wiki/Development_information
https://github.com/aggregateknowledge/postgresql-hll
http://workshops.opengeo.org/postgis-intro/
http://www.opengeospatial.org/
https://developers.google.com/
http://www.informationweek.com/
http://aws.amazon.com/redshift/
http://sourceforge.net/projects/postgres-xc/
http://research.google.com/index.html
http://postgresql.1045698.n5.nabble.com/
http://blog.163.com/digoal%40126
推荐PostgreSQL 专业QQ群:
3336901
书籍打包下载:
如有需要请联系QQ: 276732431, 或留言留下您的邮箱. 文件超过100MB, 邮箱需要支持大附件才能接收.
或者到以下网盘下载.
http://yun.baidu.com/share/link?shareid=3626307544&uk=1982970774
PostgreSQL 培训视频
PostgreSQL数据库资料(转)的更多相关文章
- ASP.NET MVC 使用 Petapoco 微型ORM框架+NpgSql驱动连接 PostgreSQL数据库
前段时间在园子里看到了小蝶惊鸿 发布的有关绿色版的Linux.NET——“Jws.Mono”.由于我对.Net程序跑在Linux上非常感兴趣,自己也看了一些有关mono的资料,但是一直没有时间抽出时间 ...
- TPC-H生成.tbl文件导入postgresql数据库的坑
数据库project好好的不用主流的MySQL和Microsoft server而要求用听都没听过的postgresql (当然,可能你三个都没听过) 这里的坑主要是把生成的那八张.tbl的表导入pg ...
- 视频教程--ASP.NET MVC 使用 Petapoco 微型ORM框架+NpgSql驱动连接 PostgreSQL数据库
说好的给园子里的朋友们录制与<ASP.NET MVC 使用 Petapoco 微型ORM框架+NpgSql驱动连接 PostgreSQL数据库> 这篇博客相对应的视频,由于一个月一来没有时 ...
- Bandwidthd+Postgresql数据库配置笔记
Bandwidthd+Postgresql数据库配置笔记 本系列文章由ex_net(张建波)编写,转载请注明出处. http://blog.csdn.net/zjianbo/article/detai ...
- [转]PostgreSQL 中文资料汇总
原文链接:http://francs3.blog.163.com/blog/static/405767272014017341219/ --1 中文社区网站 PostgreSQL 中文社区官网: h ...
- 德哥PostgreSQL学习资料汇总(转)
文章来自:https://yq.aliyun.com/articles/59251?spm=5176.100239.bloglist.95.5S5P9S 德哥博客新地址:https://billtia ...
- 建立安全SSL连接PostgreSQL数据库服务器
建立安全SSL连接PostgreSQL数据库服务器当前物联网的挑战之一就是提供最高的安全级别.这就是为什么需要开启SSL连接到 PostgreSQL. 当你想要安全的存储数据到PostgreSQL数据 ...
- PostgreSQL介绍以及如何开发框架中使用PostgreSQL数据库
最近准备下PostgreSQL数据库开发的相关知识,本文把总结的PPT内容通过博客记录分享,本随笔的主要内容是介绍PostgreSQL数据库的基础信息,以及如何在我们的开发框架中使用PostgreSQ ...
- PowerDesigner反向工程PostgreSQL数据库
1. 环境准备: a) 安装PowerDesigner,以PowerDesigner15.1为例 b) 安装java jdk,以jdk-7-windows-i586为例 ...
随机推荐
- 【VS2015】未能创建 Visual C# 2015编译器
今天在安装完成Visual Studio 2015后,在执行update 3时出错,导致再次打开VS2015时提示错误:“未能创建 Visual C# 2015编译器”和“未能正确加载CSharpPa ...
- MVC中一个Form多个submit在controller中如何区分提交的是那个submit(如:登陆和注册)
1. 用Html.BeginForm(ActionName,ControllerName,Post)来实现controller-action的路由, 2. Form里的每个input的name值统一, ...
- 20145314郑凯杰 《Java程序设计》第3周学习总结
20145314郑凯杰 <Java程序设计>第3周学习总结 所有代码均已托管 地址https://git.oschina.net/qiaokeli26/codes 按照下面程序结果中的代码 ...
- 20145230熊佳炜《网络对抗》实验九:web安全基础实践
20145230熊佳炜<网络对抗>实验九:web安全基础实践 webgoat webgoat的中文是代罪羔羊的意思,而它是一个有很多漏洞的web应用程序,我们可以利用它来研究关于web应用 ...
- LeetCode——Maximum Product of Three Numbers
Question Given an integer array, find three numbers whose product is maximum and output the maximum ...
- VirtualBox 安装增强功能失败 解决方法
参考:virtualbox安装增强功能时[未能加载虚拟光盘] 在安装VirtualBox并配置虚拟机之后,想要安装增强功能:设备 => 安装增强功能. 出现未能加载虚拟光盘问题. 解决方法: 进 ...
- LA 3295 数三角形
https://vjudge.net/problem/UVALive-3295 题意: 数出n行m列的网格顶点能组成多少个三角形. 思路: 直接去数的话比较麻烦,这道题目是可以重复的,只要位置不同就可 ...
- spring boot2.1读取 apollo 配置中心1
第一篇:搭建apollo配置中心 为什么选择apollo,我做了一些对比: Diamond Disconf Apollo Spring Cloud Config 数据持久性 mysql mysql ...
- C# winfrom listview 多窗口调用
Form1 private void button1_Click(object sender, EventArgs e) { Form f = new Form2(ref listView1); f. ...
- C# WebSocket解析(收发数据包、分片超长包处理)
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptograph ...