Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Thu, 12 Feb 2026 11:57:42 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3938: Documentation is conflicting if the drier is thread safe. In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 3890514926 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3938 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3938#issuecomment-3890514926 Content-Type: text/plain; charset=utf-8 Well in general since PostgreSQL is not threaded the driver is not thread-safe. Each connection should have it's own thread.