Message-ID: From: "sodekim (@sodekim)" To: "pgjdbc/pgjdbc" Date: Fri, 24 Oct 2025 08:35:36 +0000 Subject: [pgjdbc/pgjdbc] issue #3846: Property `quoteReturningIdentifiers` default value document not match code List-Id: X-GitHub-Author-Id: 70255432 X-GitHub-Author-Login: sodekim X-GitHub-Issue: 3846 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: open X-GitHub-Type: issue X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3846 Content-Type: text/plain; charset=utf-8 Please read https://stackoverflow.com/help/minimal-reproducible-example **Describe the issue** in document default value is `false` Image in code `org.postgresql.PGProperty#QUOTE_RETURNING_IDENTIFIERS` default value is `true` Image **Driver Version?** 42.3.8 **Java Version?** 1.8 **OS Version?** windows 11 **PostgreSQL Version?** 17.6 **To Reproduce** No **Expected behaviour** keep document and code have same default value **Logs** No