PostgreSQL DBA
PostgreSQL DBA
Part 1: Introduction
- History of PostgreSQL
- Major Features
- New Features of PostgreSQL
- Multi Version Concurrency Control
- Write Ahead Logging
- Architechtural Overview
- Limits
Part 3: Installation
- OS User & Permissions
- Installation
- Setting Environment Variables
- Clusters
- Creating a data cluster
- Starting & Stopping the Server
- (pg_ctl)
- Connect to the server using psql
Part 4: Configuration
- Setting PostgreSQL Parameters
- Access Control
- Connection Settings
- Security & Authentication
- Settings
- Memory Settings
- Query Planner Settings
- WAL Settings
- Log Management
- Background Writer Settings
- Statement Behaviour
- Vacuum Cost Settings
- Autovacuum Settings
Part 5: Creating and Managing Databases
- Object Hierarchy
- Creating Databases
- Creating Schemas
- Schema Search Path
- Roles, Users, Groups
- Access Control