Re: Namespace of array of user defined types is confused by the parser in insert?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Namespace of array of user defined types is confused by the parser in insert?
Дата
Msg-id CA+TgmoY2_9uPeXEaue9FN9WZfedR-A=faw0-shHKikjXXLtExg@mail.gmail.com
обсуждение исходный текст
Ответ на Namespace of array of user defined types is confused by the parser in insert?  (Krzysztof Nienartowicz <krzysztof.nienartowicz@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Patch pg_is_in_backup()
Следующее
От: Robert Haas
Дата:
Сообщение: Re: psql tab completion for GRANT role