[prev] 51 [next]

Using PostgreSQL for Assignments

You will need to modify then re-start the server:

# edit source code to make changes
$ pg_ctl stop
$ make
$ make install
# restore postgresql configuration
$ pg_ctl start
# run tests and analyse results

Assumes no changes that affect storage structures.

In this case, existing databases will continue to work ok.