Changes between Version 5 and Version 6 of sysadminPostgreSQLConfiguration
- Timestamp:
- Jun 23, 2009, 5:31:44 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sysadminPostgreSQLConfiguration
v5 v6 55 55 == Configuring The Database Server == 56 56 57 === Creating a data Cluster ===57 === Creating A Data Cluster === 58 58 59 59 Postgres uses the term "database cluster" to describe the directory it uses to store data. During the apt install, a default directory is created, usually at: /var/lib/postgresql/8.3/main. … … 138 138 }}} 139 139 140 140 ---- 141 == Installing the Evergreen Schema == 141 142 142 143