Re: PostgreSQL 8.3 temporary tables & stored functions
От
Gabriele Messineo
Тема
Re: PostgreSQL 8.3 temporary tables & stored functions
Дата
Msg-id
200806171712.26757.gabriele.messineo@winext.eu
Ответ на
Список
Дерево обсуждения
PostgreSQL 8.3 temporary tables & stored functions Gabriele Messineo <gabriele.messineo@winext.eu>
Re: PostgreSQL 8.3 temporary tables & stored functions Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL 8.3 temporary tables & stored functions Gabriele Messineo <gabriele.messineo@winext.eu>
On Tuesday 17 June 2008 15:11:06 Tom Lane wrote: > Gabriele Messineo 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 I finally realized a bug in my SQL code (I was checking with the equal operator a variable that could assume NULL values). I apologize for the previous mail, but I was driven on a false track when, debugging, I started to find strange oids ... (they were the first thing I checked when porting). Thanks for your support. Regards, Gabriele Messineo
В списке pgsql-novice по дате отправления