The database by default will be created in /mnt/postgresql/pgdata, as defined in scripts/pgsql/pgsql_profile.in. Re-run configure if you modify that file. The idea is that if you are going to mount a device for the database, mount it at /mnt/postgresql.
To load the database:
scripts/pgsql/build_db.sh -d <datadir> -e <scale factor> -g
The -g option will generate the datafiles. If you already have datafiles created, you can omit -g.
Where <datadir> is the location of your database flat files. They will be created there is you use the -g flag.
To drop the database:
scripts/pgsql/drop_db.sh
JDBC driver is available at:
