Skip to content

Commit

Permalink
Broke up Postgres table
Browse files Browse the repository at this point in the history
  • Loading branch information
drothery-edb committed Sep 11, 2023
1 parent d131a3d commit 255017c
Showing 1 changed file with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ description: See what Postgres distributions and versions are available based on

Postgres distribution and version support varies by [cluster](../overview/02_high_availability) and [deployment](deployment_options) type.

| Postgres distribution | Versions | Cluster type | Deployment type |
| ---------------------------- | -------- | ------------------------------ | ----------------------- |
| PostgreSQL | 11–15 | Single-node, primary/standby high-availability | Your cloud account |
| PostgreSQL | 12–15 | Single-node, primary/standby high-availability | BigAnimal cloud account |
| EDB Postgres Advanced Server | 12–15 | Single-node, primary/standby high-availability | Your cloud account |
| EDB Postgres Advanced Server | 14–15 | Single node, primary/standby high availability | BigAnimal cloud account |
| EDB Postgres Advanced Server | 14–15 | Distributed high-availability | Your cloud account |
## Postgres distribution using your cloud account

| Postgres distribution | Versions | Cluster type |
|------------------------------|----------|------------------------------------------------|
| PostgreSQL | 11–15 | Single-node, primary/standby high-availability |
| EDB Postgres Advanced Server | 12–15 | Single-node, primary/standby high-availability |
| EDB Postgres Advanced Server | 14–15 | Distributed high-availability |

## Postgres distribution using the BigAnimal cloud account

| Postgres distribution | Versions | Cluster type |
|------------------------------|----------|------------------------------------------------|
| PostgreSQL | 12–15 | Single-node, primary/standby high-availability |
| EDB Postgres Advanced Server | 14–15 | Single node, primary/standby high availability |

0 comments on commit 255017c

Please sign in to comment.