Checking the Hyperstage Version

You can use the following method to check the version of the Hyperstage system.

After connecting to the Hyperstage database, enter the following command at the psql command prompt:

postgres=# select version();

The Hyperstage version and the underlying Postgres version will be shown. For example:

postgres=# select version();
Version
----------------------------------------------------------------------------------------------
PostgreSQL 9.2.2 (IEE_4.6.0_r27396_28970), shared, compiled by Visual C++ build 1600, 64-bit


WebFOCUS