TrackStudio 3.0 Documentation
PostgreSQL Configuration

This section describes how to configure PostgreSQL.

1. Start postmaster.

./postmaster -D ../data/ -i -h host.mycompany.com

2. Execute trackstudio-pgsql.sql (TrackStudio/WAR) or use the Create Database button (TrackStudio/SA).

./psql -f trackstudio-pgsql.sql

Sample JDBC configuration

ConnectionURL: jdbc:postgresql://host.mycompany.com:5432/postgres
DriverClass: org.postgresql.Driver
UserName: postgres
Password: postgres
Copyright (c) 2002-2004. TrackStudio, Ltd. All rights reserved.