Using the PostgreSQL Client Program
The PostgreSQL client program psql
enables you to inspect the PostgreSQL database installed by Momentum.
To use this program, do the following:
-
Log in as the
ecuser
user, which was created during installation. -
Start the PostgreSQL client by issuing the command
shell> /opt/msys/3rdParty/bin/psql ecelerity ecuser
PostgreSQL is configured to run on the default port, 5432, so there is no need to specify a port when running the PostgreSQL client.
Warning
We strongly advise against building applications to interface with our database and make no guarantees that the database will remain the same between minor revisions of the product.
Additionally, applications that interface directly may be incompatible with future upgrades to the version of PostgreSQL used with Momentum.