Skip to content

Commit cd000c4

Browse files
committed
Changes to address differences for Debian and some inaccuracies in earlier commits
1 parent 3e156e2 commit cd000c4

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

advocacy_docs/pg_extensions/wait_states/installing.mdx

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,26 @@ To install EDB Wait States on a Linux system:
2626

2727
- `<install-command>` is the command required for the type of Postgres distribution you're using. In these commands `<version>` is the version of the Postgres distribution.
2828

29-
| Type of Postgres distribution | Install command |
30-
| ----------------------------- | ------------------------------------------- |
31-
| PostgreSQL | postgresql`<version>`-edb_wait_states |
32-
| EDB Postgres Advanced Server | edb-as`<version>`-edb_wait_states |
33-
| EDB Postgres Extended Server | edb-postgresextended`<version>`-wait-states |
29+
| Type of Postgres distribution | Install command |
30+
| --------------------------------------------------------------- | ------------------------------------------- |
31+
| PostgreSQL | postgresql`<version>`-edb_wait_states |
32+
| EDB Postgres Advanced Server (all OSs except Debian and Ubuntu) | edb-as`<version>`-server-edb_wait_states |
33+
| EDB Postgres Advanced Server (Debian and Ubuntu) | edb-as`<version>`-server-edb-wait-states |
34+
| EDB Postgres Extended Server | edb-postgresextended`<version>`-wait-states |
3435

3536

3637
For example, to install EDB Wait States for EDB Postgres Advanced Server 16 on a RHEL 9 platform:
3738

3839
```shell
39-
sudo dnf -y install edb-as16-edb_wait-states
40+
sudo dnf -y install edb-as16-server-edb_wait_states
4041
```
42+
43+
Or, to install EDB Wait States for EDB Postgres Advanced Server 16 on a Debian 11 platform:
44+
45+
```shell
46+
sudo apt-get -y install edb-as16-server-edb-wait-states
47+
```
48+
4149

4250
1. To launch the worker, register it in the `postgresql.conf` file using the `shared_preload_libraries` parameter. For example:
4351

0 commit comments

Comments
 (0)