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
@@ -23,7 +23,7 @@ To install EDB Wait States on any Linux operating system except Debian or Ubuntu
23
23
| yum | RHEL 7 and derivatives, CentOS 7 |
24
24
| zypper | SLES |
25
25
26
-
-`<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.
26
+
-`<install-package-name>` is the name of the Postgres distribution you're using. In the package names`<version>` is the version of the Postgres distribution.
27
27
28
28
| Type of Postgres distribution | Install command |
@@ -59,12 +59,12 @@ To install EDB Wait States on Debian or Ubuntu:
59
59
1. Enter the following command:
60
60
61
61
```shell
62
-
sudo apt-get -y install <install-command>
62
+
sudo apt-get -y install <install-package-name>
63
63
```
64
64
65
65
Where:
66
66
67
-
`<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.
67
+
`<install-package-name>` is the name of the Postgres distribution you're using. In the package names`<version>` is the version of the Postgres distribution.
68
68
69
69
| Type of Postgres distribution | Install command |
0 commit comments