Re: [SQL] Problem with transaction in functions and tempory tables

2004-07-22 Thread Stephan Szabo
On Thu, 22 Jul 2004, Gerardo Castillo wrote: > Hello, > > I'm using PostgreSQL 7.4 > > I have a function wich use temporary tables. I read about temporary tables > and they exists during the session. > But i have to call this function many times in the same sesion with > diferents parameters and e

[SQL] Problem with transaction in functions and tempory tables

2004-07-22 Thread Gerardo Castillo
Hello,   I'm using PostgreSQL 7.4   I have a function wich use temporary tables. I read about temporary tables and they exists during the session. But i have to call this function many times in the same sesion with diferents parameters and expecting different results. So, there is a problem