Re: creating a temp table in a function

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: creating a temp table in a function
Дата
Msg-id 47F68DF9.8070202@iol.ie
обсуждение исходный текст
Ответ на Re: creating a temp table in a function  (Andreas 'ads' Scherbaum <adsmail@wars-nicht.de>)
Ответы Re: creating a temp table in a function
Re: creating a temp table in a function
Список pgsql-general
On 04/04/2008 20:47, Andreas 'ads' Scherbaum wrote:

>> I have a function that creates a temp table and drops it on commit.  If
>> I run the function twice in the same psql interactive session, I get an
>> error.  If I run it twice in two different psql sessions (using the -c
>> flag), I get no error.  Is this expected behavior?  If so, why?
>
> Create a query in a text string and run the query with EXECUTE.

Wasn't this fixed in 8.3? - Is it not the case that you no longer have
to handle temp tables in plpgsql functions via EXECUTE?

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Question about pg_catalog.pg_trigger.
Следующее
От: Alex Adriaanse
Дата:
Сообщение: Re: Out of memory