Message-ID: From: "neetaghadge (@neetaghadge)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 20 Nov 2025 05:47:01 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #143: avoid session pinning with psqlODBC and RDS Proxy In-Reply-To: References: List-Id: X-GitHub-Author-Login: neetaghadge X-GitHub-Comment-Id: 3555973737 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 143 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/143#issuecomment-3555973737 Content-Type: text/plain; charset=utf-8 Enforcing SET DateStyle TO ISO; at the driver level would risk session pinning with RDS Proxy. Can we document ISO DateStyle as a prerequisite so users set it via parameter groups? That way we avoid pinning and still keep behavior predictable.