Re: Using the extract() function in plpgsql

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Using the extract() function in plpgsql
Дата
Msg-id 3B398892.D0001CDE@archonet.com
обсуждение исходный текст
Ответ на Re: Using the extract() function in plpgsql  (Kristis Makris <kristis.makris@datasoft.com>)
Ответы Re: Using the extract() function in plpgsql  (Kristis Makris <kristis.makris@datasoft.com>)
Список pgsql-sql
Kristis Makris wrote:
> 
> Creating the temporary table first, and then inserting into it seems to
> be a *somehow* functional workaround. However, the function cannot be
> called again a second time during the same session, since the temporary
> table already exists. Is there a way a table can be created  truly
> temporary, existing only within the scope of a plpgsql function?

You could drop the temporary table at the end of the function, or do you
need something more than that?

- Richard Huxton


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

Предыдущее
От: Jie Liang
Дата:
Сообщение: session detect and terminate
Следующее
От: "David M. Richter"
Дата:
Сообщение: Re: Plsql Function with error: No space left on device.