The following topic describes how to configure TrackStudio for use with a PostgreSQL database management system.
> postmaster -D ../data/ -i -h host.mycompany.com
> createdb -E UNICODE -U postgres trackstudio
hibernate.dialect org.hibernate.dialect.PostgreSQLDialect hibernate.connection.url jdbc:postgresql://127.0.0.1:5432/trackstudio hibernate.connection.driver_class org.postgresql.Driver hibernate.connection.username postgres hibernate.connection.password postgres
> psql --user=postgres -d trackstudio -f trackstudio-pgsql.sql
Copyright (c) 2002-2006. All rights reserved.
|
What do you think about this topic? Send feedback!
|