Changes between Version 34 and Version 35 of sysadminPostgreSQLConfiguration
- Timestamp:
- Jun 30, 2009, 2:28:35 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sysadminPostgreSQLConfiguration
v34 v35 212 212 213 213 {{{ 214 psql # note I don't use psql -d evergreen, you can't drop the db if you're using it215 drop database evergreen;214 psql 215 psql# drop database evergreen; 216 216 }}} 217 217 218 check to see that there's an evergreen user before rebuilding the server. In psql, display the users:218 Note I don't use psql -d evergreen, you can't drop the db if you're using it. Check to see that there's an evergreen user before rebuilding the server. In psql, display the users: 219 219 220 220 {{{