Message-ID: From: "vdshb (@vdshb)" To: "pgjdbc/pgjdbc" Date: Mon, 11 Aug 2025 11:17:59 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #1225: Java 8 Time Support for Postgres Arrays In-Reply-To: References: List-Id: X-GitHub-Author-Login: vdshb X-GitHub-Comment-Id: 3174302278 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2025-08-11T11:18:29Z X-GitHub-Issue: 1225 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/1225#issuecomment-3174302278 Content-Type: text/plain; charset=utf-8 > I think we could relatively easily allow consumer to override default array > type handling once the PR for reworking array decoding is merged. > […](#) @bokken, PR was merged. Any tips how can I read/write an `Array` from/into`TIMESTAMP WITHOUT TIME ZONE[]` column?