Re: BUG #5314: Error in nested composite types in plpgsql.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: BUG #5314: Error in nested composite types in plpgsql.
Дата
Msg-id 603c8f071002111021s657fcbd0y2e48e606ecb1c54f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #5314: Error in nested composite types in plpgsql.  (Oleg Serov <serovov@gmail.com>)
Ответы Re: BUG #5314: Error in nested composite types in plpgsql.
Список pgsql-bugs
2010/2/10 Oleg Serov <serovov@gmail.com>:
> Somebody will fix this bug or not?

I'm not sure whether this is a bug.  This is an explicit cast:

SELECT '(1,)'::bug_level_one;

But I think this is an implicit cast:

SELECT bug_procedure('(1,)');

I'm not totally sure of the details, but implicit, assignment, and
explicit casts are documented to have different semantics:

http://www.postgresql.org/docs/current/static/sql-createcast.html

...Robert

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Eric Pailleau
Дата:
Сообщение: Re: BUG #5322: Time to perform vacuums
Следующее
От: "Dave Olszewski"
Дата:
Сообщение: BUG #5323: plperl and plperlu interaction segfaults