Re: postgresql-7.3 implementation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgresql-7.3 implementation
Дата
Msg-id 26803.1051112850@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: postgresql-7.3 implementation  (radha.manohar@ndsu.nodak.edu)
Ответы date&time vs timestamp question  ("Ron Mayer" <ron@intervideo.com>)
Список pgsql-novice
radha.manohar@ndsu.nodak.edu writes:
> As I was walking through the source code, I encountered certain
> terminologies like Current Memory Context and portal
> What do these represent?

See src/backend/utils/mmgr/README for a discussion of memory contexts.
Not sure portals are very well documented anywhere, but think of 'em
as the implementation of cursors.

            regards, tom lane


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

Предыдущее
От: radha.manohar@ndsu.nodak.edu
Дата:
Сообщение: Re: postgresql-7.3 implementation
Следующее
От: "Jay G. Scott"
Дата:
Сообщение: PQexec just spins. burns CPU, doesn't do anything.