Message-ID: From: "neetaghadge (@neetaghadge)" To: "postgresql-interfaces/psqlodbc" Date: Sat, 22 Nov 2025 04:32:53 +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: 3565592608 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-3565592608 Content-Type: text/plain; charset=utf-8 Thank you, @davecramer and @jraiford1. The latest changes (verify the output of **SHOW DateStyle;** and execute **SET** only if it is not ISO) are working fine. I no longer observe any session pinning after the new fix.