# PG

> 不懂数据库的全栈工程师不是好架构师
>
> —— Vonng



## [PostgreSQL](pg/)

PostgreSQL是世界上最先进的开源关系型数据库!

### SQL

- [PostgreSQL中的锁](note/pg-sql-lock.md) 

### GIS

- [PostGIS入门](gis/intro.md) 【EMPTY】


- [PostGIS教程-翻译计划](gis/README.md)

### Adminstration

- [Installation](pg/pg-admin-install.md)
- [Setup](pg/pg-admin-setup.md)
- [Configuration](pg/pg-admin-config.md)
- [Authentication](pg/pg-admin-auth.md)
- [PostgreSQL 监控](pg/pg-admin-monitor.md)
- [PostgreSQL备份与恢复](pg/pg-admin-backup.md)  
- [PostgreSQL WAL与检查点](pg/pg-admin-wal.md) 
- [PostgreSQL 高可用](pg/pg-admin-ha.md) 

### Tunning

- [Memory Tunning](pg/pg-tune-memory.md) 
- [Checkpoint Tuning Basic](pg/pg-tune-checkpoint)
- [Autovacuum Tuning Basics](pg/pg-tune-autovacuum.md) 

### Extension

- [PostGIS Installation](pg/ext-postgis-install.md)
- [FileFDW Usage](pg/ext-file_fdw-intro.md)
- [RedisFDW Installation](pg/ext-redis_fdw-install.md)
- [MongoFDW Installation](pg/ext-mongo_fdw-install.md)
- [PgAdmin Installation](pg/ext-pgadmin-install.md)

### Reference

- [PostgreSQL 9.6 中文文档](http://www.postgres.cn/docs/9.6/)
- [PostgreSQL 10.1 官方文档](https://www.postgresql.org/docs/10/static/index.html)


- [PostGIS 2.4 官方文档](https://postgis.net/docs/manual-2.4/)


- [Introduction to PostGIS](http://workshops.boundlessgeo.com/postgis-intro/index.html)