Project:PostgreSQL/Testing-libpqxx
From Gentoo Wiki
< Project:PostgreSQL(Redirected from Testing-libpqxx)
Jump to:navigation
Jump to:search
You need to have a PostgreSQL cluster and database already created. The test suite will not do it for you.
The cluster does not need to be on the same machine that's running the tests.
Then, create the /etc/libpqxx_test_env file with the following content:
PGUSER="postgres"
PGDATABASE="libpqxx_test"
# PGHOST="example.com"
# PGPORT="2345"
Only PGUSER and PGDATABASE are required.