Temp tables

Поиск
Список
Период
Сортировка
От Andrew Bartley
Тема Temp tables
Дата
Msg-id 027901c247df$6c322560$3200a8c0@abartleypc
обсуждение исходный текст
Ответы Re: Temp tables  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Hi all,
 
Can someone tell me what the difference is in a plpgsql function between dropping a temp table at the end of a function and not dropping the temp tables.
 
What other tables does it have an effect on?
 
It appears there is some overhead when the drop is being executed.
 
Is there some simple doco I can read to clue me up on the process?
 
Thanks
 
Andrew

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

Предыдущее
От: Darren Ferguson
Дата:
Сообщение: Re: Functions question
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: About to update the PostgreSQL-Functions in the PHP Manual