Re: PostgreSQL 8.3 temporary tables & stored functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL 8.3 temporary tables & stored functions
Дата
Msg-id 19419.1213708266@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL 8.3 temporary tables & stored functions  (Gabriele Messineo <gabriele.messineo@winext.eu>)
Ответы Re: PostgreSQL 8.3 temporary tables & stored functions  (Gabriele Messineo <gabriele.messineo@winext.eu>)
Список pgsql-novice
Gabriele Messineo <gabriele.messineo@winext.eu> writes:
> But actually I'm experiencing some issues because some statements does not
> work at all, in particular, I can read from temporary tables without any
> issue but my DELETEs fail silently.

AFAICS the deletes work fine.  The only issue I can find with your
example is that a regclass constant doesn't get re-evaluated ... which
is a bug no doubt, but it shouldn't really affect normal use.

            regards, tom lane

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

Предыдущее
От: Gabriele Messineo
Дата:
Сообщение: PostgreSQL 8.3 temporary tables & stored functions
Следующее
От: Gabriele Messineo
Дата:
Сообщение: Re: PostgreSQL 8.3 temporary tables & stored functions