Changes between Version 63 and Version 64 of InstallationGuidelines/PostgreSQL
- Timestamp:
- 06/05/12 12:33:42 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/PostgreSQL
v63 v64 276 276 locale-gen 277 277 # Rebuild the PostgreSQL cluster 278 pg_createcluster 8.4 utf8_cluster 278 pg_dropcluster 8.4 main 279 pg_createcluster --locale=en_US.UTF-8 8.4 main 280 /etc/init.d/postgresql restart 281 # Recreate 'sahana' user 282 echo "CREATE USER sahana WITH PASSWORD 'mypassword';" > /tmp/pgpass.sql 283 su -c - postgres "psql -q -d template1 -f /tmp/pgpass.sql" 284 rm -f /tmp/pgpass.sql 279 285 }}} 280 286 === Performance ===