Changes between Version 31 and Version 32 of sysadminPostgreSQLConfiguration
- Timestamp:
- Jun 24, 2009, 11:31:44 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sysadminPostgreSQLConfiguration
v31 v32 144 144 {{{ 145 145 su postgres 146 pg_ctl -D /data/postgresql/8.3/main -l /<path_to_log_file>/<my_logfile>146 pg_ctl start -D /data/postgresql/8.3/main -l /<path_to_log_file>/<my_logfile> 147 147 }}} 148 148