Re: [GENERAL] Creating temp tables inside read only transactions

2011-07-07 Thread Darren Duncan
Guillaume Lelarge wrote [on pgsql-general]: On Thu, 2011-07-07 at 16:01 +, mike beeper wrote [on pgsql-general]: I have a function that creates a temp table, populate it with results during intermediate processing, and reads from it at the end. When the transaction is marked as read only, i

Re: [GENERAL] Creating temp tables inside read only transactions

2011-07-07 Thread Guillaume Lelarge
On Thu, 2011-07-07 at 16:01 +, mike beeper wrote: > I have a function that creates a temp table, populate it with results > during intermediate processing, and reads from it at the end. When > the transaction is marked as read only, it does not allow creation of > temp table, even though there