PostgreSQL

PostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed at the University of California at Berkeley Computer Science Department.

POSTGRES pioneered many concepts that only became available in some commercial database systems much later.

MySQL 对比

PostgreSQL 与 MySQL 相比,优势何在?

Quick Start

postgresql 教程

win7 安装教程

Download

官网下载地址,直接选择符合当前操作系统的包进行下载。

本次测试环境 win7 64 位系统,PostgreSQL 版本为 10.1-3

Install

运行程序 postgresql-10.1-3-windows-x64.exe,一步步安装即可。

默认端口:5432

Create DataBase

直接在开始菜单搜索 pgAdmin,你会看到一头大象。

首页如下:

2018-01-08-sql-postgresql-index.png

  • 新建 Server

新建不顺利。暂停。