PostgreSQL与MySQL对比
http://bbs.chinaunix.net/thread-1688208-1-1.html
http://blog.csdn.net/ggxxkkll/article/details/18923391
PostgreSQL文档
http://www.php100.com/manual/PostgreSQL8/
PostgreSQL入门操作
http://www.ruanyifeng.com/blog/2013/12/getting_started_with_postgresql.html
重载配置
sudo /etc/init.d/postgresql reload
PostgreSQL文件
数据文件 /var/lib/postgresql/9.1/main
配置文件 /etc/postgresql/9.1/main
PostgreSQL优化实操
PostgreSQL 性能优化最佳综合案例实践
事务与隔离级别的定义
http://www.php100.com/manual/PostgreSQL8/transaction-iso.html