what are the 3 default databases?
Template0
Template1
postgres
pg_ctl -D PGDATA_DIR -l startlog start
start a cluser + logfile
how to reload (not restart) a cluster?
pg_ctl -D data_directory reload
or
pg_reload_conf()
what happens when you stop cluster with the options -mf, mi and ms
what does the pg_controldata /data_dir ?
gives infomation about the cluster
How to remove an instance.
stop the cluster and delete the data directory