AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2025-04-11 · Documentation low

File: AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.PostgreSQL.overview.parameter-groups.md

Summary

Added detailed logging parameters including error codes, transaction IDs, and session details

Security assessment

Enhanced logging capabilities support security auditing but don't address specific vulnerabilities

Diff

diff --git a/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.PostgreSQL.overview.parameter-groups.md b/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.PostgreSQL.overview.parameter-groups.md
index 7fe1d80fa..58c8d2217 100644
--- a//AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.PostgreSQL.overview.parameter-groups.md
+++ b//AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.PostgreSQL.overview.parameter-groups.md
@@ -88,0 +89,16 @@ You can't change this setting. Each log entry sent to `stderr` includes the foll
+  * `%l` – Log line number per session 
+
+  * `%e` – SQL error code 
+
+  * `%s` – Process start timestamp 
+
+  * `%v` – Virtual transaction id 
+
+  * `%x` – Transaction ID 
+
+  * `%c` – Session ID 
+
+  * `%q` – Non-session terminator 
+
+  * `%a` – Application name 
+