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
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/concepts-compare-single-server-flexible-server.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The following table provides a list of high-level features and capabilities comp
79
79
|**Logical Replication**|||
80
80
| Support for logical decoding | Yes | Yes |
81
81
| Support for native logical replication | No | Yes |
82
-
| Support for PgLogical extension | No | Yes |
82
+
| Support for pglogical extension | No | Yes |
83
83
| Support logical replication with HA | N/A |[Limited](concepts-high-availability.md#high-availability---limitations)|
84
84
|**Disaster Recovery**|||
85
85
| Cross region DR | Using read replicas, geo-redundant backup | Using read replicas, Geo-redundant backup (in [selected regions](overview.md#azure-regions)) |
@@ -95,7 +95,7 @@ The following table provides a list of high-level features and capabilities comp
95
95
| Ability to restore to a different region | Yes (Geo-redundant) | Yes (in [selected regions](overview.md#azure-regions)) |
96
96
| Ability to restore a deleted server | Limited via API | Limited via support ticket |
97
97
|**Read Replica**|||
98
-
| Support for read replicas | Yes | Yes (Preview) |
98
+
| Support for read replicas | Yes | Yes |
99
99
| Number of read replicas | 5 | 5 |
100
100
| Mode of replication | Async | Async |
101
101
| Cross-region support | Yes | Yes |
@@ -111,11 +111,11 @@ The following table provides a list of high-level features and capabilities comp
111
111
| Traffic | Active connections, Network In, Network out | Active connections, Max. used transaction ID, Network In, Network Out, succeeded connections |
112
112
|**Extensions**|| (offers latest versions)|
113
113
| TimescaleDB, orafce | Yes | Yes |
114
-
|PgCron, lo, pglogical | No | Yes |
114
+
|pg_cron, lo, pglogical | No | Yes |
115
115
| pgAudit | Preview | Yes |
116
116
|**Security**|||
117
-
| Azure Active Directory Support(AAD) | Yes | Yes |
0 commit comments