Re: What constitutes a pgsql session?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: What constitutes a pgsql session?
Дата
Msg-id 200408110144.i7B1ikB04309@candle.pha.pa.us
обсуждение исходный текст
Ответ на What constitutes a pgsql session?  ("Taber, Mark" <Mark.Taber@dof.ca.gov>)
Ответы Re: What constitutes a pgsql session?  (Andrew Kelly <akelly@transparency.org>)
Список pgsql-novice
Taber, Mark wrote:
> We have a need to create temporary tables (within functions); the
> documentation states that temporary tables last as long as the pg session.
> What, precisely, does this mean?  The length of the active connection?

Yes, a session is the client/server db connection.  When you disconnect,
the session is terminated.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Christian Poecher
Дата:
Сообщение: Re: Query result to a file
Следующее
От: Mike G
Дата:
Сообщение: Re: Script done.