Skip to content

Commit 0ddebfb

Browse files
authored
Merge pull request #557 from EnterpriseDB/spl_check/DOCS-3088
SPL Check - Updated install page
2 parents e2084d9 + 3fd785c commit 0ddebfb

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

advocacy_docs/pg_extensions/spl_check/configuring.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Configuring EDB SPL Check
33
navTitle: Configuring
4+
description: "Instructions for configuring EDB SPL Check on EDB Postgres Advanced Server."
45
---
56

67
To run EDB SPL Check, use the `CREATE EXTENSION` command:

advocacy_docs/pg_extensions/spl_check/installing.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: "Installing EDB SPL Check"
3+
description: "Instructions for installing EDB SPL Check on EDB Postgres Advanced Server."
34
---
45

56
The syntax to install the package is:
67

78
```shell
8-
sudo <package-manager> -y install edb-<postgres><postgres_version>-spl-check
9+
sudo <package-manager> -y install edb-as<version>-spl-check
910
```
1011

1112
Where:
@@ -18,15 +19,8 @@ Where:
1819
| zypper | SLES |
1920
| apt-get | Debian and derivatives |
2021

21-
- `<postgres>` is the distribution of Postgres you're using:
2222

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.
23+
- `<version>` is the version of EDB Postgres Advanced Server you're using.
3024

3125
For example, to install EDB SPL Check for EDB Postgres Advanced Server 17 on a RHEL 8 platform:
3226

advocacy_docs/pg_extensions/spl_check/using/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Using EDB SPL Check
33
navTitle: Using
4+
description: "Instructions for using EDB SPL Check to validate your EDB stored procedures."
45
---
56

67
EDB SPL Check helps you to find errors in an EDB stored procedure that a `CREATE PROCEDURE/FUNCTION` can miss. The following are some methods to check your code with EDB SPL Check.

0 commit comments

Comments
 (0)