Re: Namespace of array of user defined types is confused by the parser in insert? - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Namespace of array of user defined types is confused by the parser in insert?
Date
Msg-id CA+TgmoY2_9uPeXEaue9FN9WZfedR-A=faw0-shHKikjXXLtExg@mail.gmail.com
Whole thread Raw
In response to Namespace of array of user defined types is confused by the parser in insert?  (Krzysztof Nienartowicz <krzysztof.nienartowicz@gmail.com>)
List pgsql-hackers
On Mon, Apr 23, 2012 at 9:42 AM, Krzysztof Nienartowicz
<krzysztof.nienartowicz@gmail.com> wrote:
> Hello,
> Sorry for re-posting - I initially posted this in pgsql.sql - probably
> this group is more appropriate.
>
> I have a bizzare problem that started to manifest itself after
> addition of field being the array of compound UDTs to the table
> declared in multiple schemas.
> It is clearly related to how the type namespace is resolved and shows
> up for the JDBC client (probably related to the paramterized query, as
> the static query works without problems).

I'm replying to this awfully late, but I'm guessing this is some kind
of JDBC magic, not anything that PostgreSQL is causing directly.  You
might want to post to pgsql-jdbc, if you haven't already.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Patch pg_is_in_backup()
Next
From: Robert Haas
Date:
Subject: Re: psql tab completion for GRANT role