名师传道,授业以专!
1 / 43 WeChat:583882103 http://blog.itpub.net/29475508/
第一章 RHEL 6.4 安装 PostgreSQL
1 参考文档
Linux 安装 postgresql
https://www.cnblogs.com/freeweb/p/8006639.html
Mac 上安装和使用 PostgreSQL 的方法
https://www.jianshu.com/p/fedda9824f6a
PostgreSQL 安装在 CentOS 上
https://www.yuzhi100.com/tutorial/postgresql/postgresql-anzhuang-on
-centos
CentOS 7 安装、配置、使用 PostgreSQL 9.5(一)安装及基础配置
https://www.jianshu.com/p/7e95fd0bc91a
PostgreSQL 安装(Windows)
https://www.yiibai.com/postgresql/install-postgresql.html
安装和配置 PostgreSQL (Windows)
http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/zh_CN/index
.html#page/ThingWorx/Help/Getting_Started/InstallingandUpgrading/In
stallation/install_and_configure_postgresql_windows.html
https://my.oschina.net/ssssbook/blog/1800316
2 PostgreSQL 概述
PostgreSQL 是以加州大学伯克利分校计算机系开发的 POSTGRES,现在已经更名为
PostgreSQL,版本 4.2 为基础的对象关系型数据库管理系统(ORDBMS)。 PostgreSQL 支
持大部分 SQL 标准并且提供了许多其他现代特性:复杂查询、外键、触发器、视图、事务完
整性、MVCC。同样,PostgreSQL 可以用许多方法扩展,比如, 通过增加新的数据类型、
函数、操作符、聚集函数、索引。免费使用、修改、和分发 PostgreSQL,不管是私用、商用、
还是学术研究使用。
评论