/s/postgresql-7.4.7/bin/pg_dump -v -h dumbo.cs.wisc.edu -p 49173 -Fc vdt_tickets > DUMP-FILE-NAME
/s/postgresql-7.4.7/bin/createuser -h localhost -U root -DA vdt_rt
/s/postgresql-7.4.7/bin/createdb -h localhost -U nmueller vdt_tickets
/s/postgresql-7.4.7/bin/pg_restore -h localhost -U nmueller -d vdt_tickets -O -x DUMP-FILE-NAME