File tree 1 file changed +35
-0
lines changed
advocacy_docs/pg_extensions/spl_check
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " Installing EDB SPL Check"
3
+ ---
4
+
5
+ The syntax to install the package is:
6
+
7
+ ``` shell
8
+ sudo < package-manager> -y install edb-< postgres><postgres_version> -spl-check
9
+ ```
10
+
11
+ Where:
12
+ - ` <package-manager> ` is the package manager used with your operating system:
13
+
14
+ | Package manager | Operating system |
15
+ | --------------- | -------------------------------- |
16
+ | dnf | RHEL 8/9 and derivatives |
17
+ | yum | RHEL 7 and derivatives, CentOS 7 |
18
+ | zypper | SLES |
19
+ | apt-get | Debian and derivatives |
20
+
21
+ - ` <postgres> ` is the distribution of Postgres you're using:
22
+
23
+ | Postgres distribution | Value |
24
+ | ---------------------------- | ---------- |
25
+ | PostgreSQL | pg |
26
+ | EDB Postgres Advanced Server | as |
27
+ | EDB Postgres Extended Server | postgresextended |
28
+
29
+ - ` <postgres_version> ` is the version of Postgres you're using.
30
+
31
+ For example, to install EDB SPL Check for EDB Postgres Advanced Server 17 on a RHEL 8 platform:
32
+
33
+ ``` shell
34
+ sudo dnf -y install edb-as17-spl-check
35
+ ```
You can’t perform that action at this time.
0 commit comments