mirror of
https://github.com/Vonng/ddia.git
synced 2026-06-21 00:47:05 +08:00
| .. | ||
| img | ||
| ext-file_fdw-intro.md | ||
| ext-mongo_fdw-install.md | ||
| ext-pgadmin-install.md | ||
| ext-postgis-install.md | ||
| ext-redis_fdw-install.md | ||
| pg-admin-auth.md | ||
| pg-admin-backup.md | ||
| pg-admin-config.md | ||
| pg-admin-ha.md | ||
| pg-admin-install.md | ||
| pg-admin-monitor.md | ||
| pg-admin-pgbackrest.md | ||
| pg-admin-setup.md | ||
| pg-admin-wal.md | ||
| pg-sql-lock.md | ||
| pg-tune-autovacuum.md | ||
| pg-tune-checkpoint.md | ||
| pg-tune-memory.md | ||
| README.md | ||
PostgreSQL Notes
SQL Language
- PostgreSQL字面值
Adminstration
- 安装/install
- 设置/setup
- 配置/config
- 认证/auth
- 角色/role
- 数据库管理/database
- 本地化
- 日常工作
- 备份
- 高可用、负载均衡、副本
- 恢复
- 监控
- 磁盘使用
- WAL与可靠性
- 逻辑复制
- 回归测试
Client Interface
- Python: psycopg2
- Go: lib/pq, go-pg, jackc/pgx