You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advocacy_docs/pg_extensions/wait_states/installing.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,7 @@ To install EDB Wait States on a Linux system:
58
58
59
59
## On Windows
60
60
61
-
To install EDB Wait States on a Windows system:
62
-
63
-
1. To install the EDB Wait States module with the `EDB Modules` installer, invoke the StackBuilder Plus utility. Follow the onscreen instructions to finish installing the `EDB Modules`.
61
+
An EDB Postgres Advanced Server installation includes support for EDB Wait States. After installing EDB Postgres Advanced Server, some additional steps are necessary to activate EDB Wait States.
64
62
65
63
1. To register the worker, modify the `postgresql.conf` file to include the EDB Wait States library in the `shared_preload_libraries` configuration parameter. The parameter value must include:
66
64
@@ -71,9 +69,11 @@ To install EDB Wait States on a Windows system:
71
69
The EDB Wait States installation places the `edb_wait_states.dll` library file in the following path:
72
70
73
71
```text
74
-
C:\Program Files\edb\as14\lib\
72
+
C:\Program Files\edb\as<xx>\lib\
75
73
```
76
74
75
+
where `<xx>` is the EDB Postgres Advanced Server version, such as `as16`.
76
+
77
77
1. Restart the database server to make the changes take effect. After a successful restart, the background worker starts and begins collecting the data.
78
78
79
79
1. To view the data, create the following extension:
1. Use the `DROP EXTENSION` command to drop the `edb_wait_states` extension.
96
-
1. Modify the `postgresql.conf` file, removing `$libdir/edb_wait_states.dll` from the `shared_preload_libraries` parameter.
96
+
1. Modify the `postgresql.conf` file, removing `$libdir/edb_wait_states` (for Linux) or `$libdir/edb_wait_states.dll` (for Windows) from the `shared_preload_libraries` parameter.
97
97
1. To apply your changes, restart the database server.
0 commit comments