Skip to content

Commit

Permalink
Merge pull request #3679 from EnterpriseDB/docs/pg_extensions/updates…
Browse files Browse the repository at this point in the history
…-for-pge

Postgres Extensions: PGE updates
  • Loading branch information
drothery-edb authored Feb 15, 2023
2 parents 5a86e38 + 3e70cd8 commit 8fb7157
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ The Advanced Storage Pack is supported on the same platforms as the Postgres dis

- [PostgreSQL Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#pg)

- [EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/resources/platform-compatibility#bdr)
- [EDB Postgres Extended Server Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#epas_extended)

## Prerequisites

Before you begin the installation process:

- Install Postgres. See:
- [Installing EDB Postgres Advanced Server](/epas/latest/epas_inst_linux/installing_epas_using_edb_repository/)
- [Installing EDB Postgres Advanced Server](/epas/latest/installing/)

- [Installing PostgreSQL](https://www.postgresql.org/download/)

- [Installing EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/docs/pgd/latest/deployments/tpaexec/)
- [Installing EDB Postgres Extended Server](/pge/latest/installing/)

- Set up the repository.

Expand Down Expand Up @@ -60,7 +60,7 @@ Where:
| ---------------------------- | ---------- |
| PostgreSQL | pg |
| EDB Postgres Advanced Server | as |
| EDB Postgres Extended | pgextended |
| EDB Postgres Extended | postgresextended |

- `<postgres_version>` is the version of Postgres you're using.

Expand All @@ -75,5 +75,5 @@ sudo dnf -y install edb-as14-advanced-storage-pack1
To install Advanced Storage Pack 1.0.0 for EDB Postgres Advanced Server 14 on a Debian 11 platform:

```shell
sudo apt-get -y install edb-pg15-advanced-storage-pack-1
sudo apt-get -y install edb-pg14-advanced-storage-pack-1
```
6 changes: 3 additions & 3 deletions advocacy_docs/pg_extensions/ldap_sync/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ EDB LDAP Sync is supported on the same platforms as the Postgres distribution yo
- [EDB Postgres Advanced Server Product Compatibility](https://www.enterprisedb.com/platform-compatibility#epas)

- [PostgreSQL Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#pg)
- [EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/resources/platform-compatibility#bdr)
- [EDB Postgres Extended Server Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#epas_extended)

## Prerequisites

Before you begin the installation process:

- Install Postgres. See:
- [Installing EDB Postgres Advanced Server](/epas/latest/epas_inst_linux/installing_epas_using_edb_repository/)
- [Installing EDB Postgres Advanced Server](/epas/latest/installing/)

- [Installing PostgreSQL](https://www.postgresql.org/download/)

- [Installing EDB Postgres Distributed (includes EDB Postgres Extended)](/pgd/latest/deployments/tpaexec/)
- [Installing EDB Postgres Extended Server](/pge/latest/installing/)

- Install [ldap2pg](https://ldap2pg.readthedocs.io/en/latest/).

Expand Down
8 changes: 4 additions & 4 deletions advocacy_docs/pg_extensions/pg_tuner/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ EDB Postgres Tuner is supported on the same platforms as the Postgres distributi
- [EDB Postgres Advanced Server Product Compatibility](https://www.enterprisedb.com/platform-compatibility#epas)

- [PostgreSQL Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#pg)
- [EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/resources/platform-compatibility#bdr)
- [EDB Postgres Extended Server Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#epas_extended)

## Prerequisites

Before you begin the installation process:

- Install Postgres. See:
- [Installing EDB Postgres Advanced Server](/epas/latest/epas_inst_linux/installing_epas_using_edb_repository/)
- [Installing EDB Postgres Advanced Server](/epas/latest/installing/)

- [Installing PostgreSQL](https://www.postgresql.org/download/)

- [Installing EDB Postgres Distributed (includes EDB Postgres Extended)](/pgd/latest/deployments/tpaexec/)
- [Installing EDB Postgres Extended Server](/pge/latest/installing/)

- Set up the repository.

Expand Down Expand Up @@ -58,7 +58,7 @@ Where:
| ---------------------------- | ---------- |
| PostgreSQL | pg |
| EDB Postgres Advanced Server | as |
| EDB Postgres Extended | pgextended |
| EDB Postgres Extended | postgresextended |

- `<postgres_version>` is the version of Postgres you're using.

Expand Down

1 comment on commit 8fb7157

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.