Re: [BUGS] helo - Mailing list pgsql-general

From Kevin Grittner
Subject Re: [BUGS] helo
Date
Msg-id 4B826E81020000250002F47C@gw.wicourts.gov
Whole thread Raw
In response to Re: [BUGS] helo  (Kris Jurka <books@ejurka.com>)
List pgsql-general
Kris Jurka <books@ejurka.com> wrote:

> You need to pass an instance of java.sql.Array, not a Collection
> or something else that is array like.

Ah, right.  After extracting an array from the java.util.ArrayList,
it needs to be turned into a java.sql.Array using the
Connection.createArrayOf method.

Most definitely not a PostgreSQL bug.

-Kevin

pgsql-general by date:

Previous
From: dipti shah
Date:
Subject: Re: What is unsecure postgres languages? How to disable them?
Next
From: Yang Zhang
Date:
Subject: Re: Performance cost of a sort-merge join