Installing EDB Wait States
Suggest editsOn Linux
To install EDB Wait States on a Linux system:
Install EDB Wait States with the
edb-asxx-server-edb_wait_states
RPM package, wherexx
is the EDB Postgres Advanced Server version number.To launch the worker, register it in the
postgresql.conf
file using theshared_preload_libraries
parameter. For example:Restart the database server. After a successful restart, the background worker begins collecting data.
To review the data, create the following extension:
To terminate the EDB Wait States worker, remove
$libdir/edb_wait_states
from theshared_preload_libraries
parameter, and restart the database server.
On Windows
To install EDB Wait States on a Windows system:
To install the EDB Wait States module with the
EDB Modules
installer, invoke the StackBuilder Plus utility. Follow the onscreen instructions to finish installing theEDB Modules
.To register the worker, modify the
postgresql.conf
file to include the EDB Wait States library in theshared_preload_libraries
configuration parameter. The parameter value must include:The EDB Wait States installation places the
edb_wait_states.dll
library file in the following path:Restart the database server to make the changes take effect. After a successful restart, the background worker starts and begins collecting the data.
To view the data, create the following extension:
The installer places the edb_wait_states.control
file in the following path:
Uninstalling
To uninstall EDB Wait States:
- Use the
DROP EXTENSION
command to drop theedb_wait_states
extension. - Modify the
postgresql.conf
file, removing$libdir/edb_wait_states.dll
from theshared_preload_libraries
parameter. - To apply your changes, restart the database server.
- On this page
- On Linux
- On Windows
- Uninstalling
Could this page be better? Report a problem or suggest an addition!