From 8048b81c6fb65ef4eb8d6beeae68e8d5783fe6fc Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sun, 24 Nov 2024 00:42:17 -0800 Subject: [PATCH] fix pg feature list Signed-off-by: Tamal Saha --- docs/guides/postgres/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/postgres/README.md b/docs/guides/postgres/README.md index cf088bedc..096592650 100644 --- a/docs/guides/postgres/README.md +++ b/docs/guides/postgres/README.md @@ -25,7 +25,7 @@ aliases: | Synchronous Replication | ✓ | | Streaming Replication | ✓ | | Automatic Failover | ✓ | -| Continuous Archiving using `wal-g` | ✗ | +| Continuous Archiving using `wal-g` | ✓ | | Initialization from WAL archive | ✓ | | Persistent Volume | ✓ | | Instant Backup | ✓ |