And what about temporary functions? (Was: [GENERAL] How to drop a temporary view?)

2012-04-20 Thread Vincenzo Romano
2012/4/20 Tom Lane t...@sss.pgh.pa.us: Vincenzo Romano vincenzo.rom...@notorand.it writes: The weirdness is that it doesn't produce any notice the first two times. At the third invocation I see the notice coming out. I'd suggest tweaking the exception handler to print the error it caught;

Re: And what about temporary functions? (Was: [GENERAL] How to drop a temporary view?)

2012-04-20 Thread Tom Lane
Vincenzo Romano vincenzo.rom...@notorand.it writes: Why not using the implicit pg_temp_nnn as seen in views and tables? That's intentional, it was considered too much of a security risk to let temporary functions mask normal ones. regards, tom lane -- Sent via