PostgreSQL
Contents |
[edit] 1 Start, stop, restart, and status
/etc/init.d/postgresql-8.3 status /etc/init.d/postgresql-8.3 start /etc/init.d/postgresql-8.3 stop /etc/init.d/postgresql-8.3 restart
[edit] 2 Managing databases
[edit] 2.1 Create a database
createdb DATABASE
[edit] 2.2 Destroy a database
dropdb DATABASE