From d71d408a81b080b146a620109dfa00180fe6d2d4 Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Fri, 1 Nov 2024 17:51:46 +0530 Subject: [PATCH] drop references to postgresql 10 from rds --- content/en/user-guide/aws/rds/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/aws/rds/index.md b/content/en/user-guide/aws/rds/index.md index 0e4ee51b0f..c8a95ff06b 100644 --- a/content/en/user-guide/aws/rds/index.md +++ b/content/en/user-guide/aws/rds/index.md @@ -171,7 +171,7 @@ For instance, the `storage-encrypted` flag is returned as configured, but active ### PostgreSQL Engine When you establish an RDS DB cluster or instance using the `postgres`/`aurora-postgresql` DB engine along with a specified `EngineVersion`, LocalStack will dynamically install and configure the corresponding PostgreSQL version as required. -Presently, you have the option to choose major versions ranging from 10 to 15. +Presently, you have the option to choose major versions ranging from 11 to 15. If you select a major version beyond this range, the system will automatically default to version 11. It's important to note that the selection of minor versions is not available.