Re: What is the scope of a temp table?

Поиск
Список
Период
Сортировка
От A.Bhuvaneswaran
Тема Re: What is the scope of a temp table?
Дата
Msg-id Pine.LNX.4.44.0304161050080.1087-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на What is the scope of a temp table?  (Guy Fraser <guy@incentre.net>)
Список pgsql-sql
> I have never created a "temp table" before, because I was not sure when 
> the table was available and if or when it would be automaticly dropped.
> 
> Could someone let me know becuase I could probaly use them in data 
> massaging routines.

Temp tables are alive in the current session only. Once the session is
closed, the temp tables created in that session are dropped.

regards,
bhuvaneswaran



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

Предыдущее
От: Adam Sherman
Дата:
Сообщение: Re: Percentage of Total Occurances
Следующее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Re: plpgsql