Re: Data Packaging/Data Unpacking

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Data Packaging/Data Unpacking
Дата
Msg-id CACjxUsOnjCrqP7S9pwa4=pVw_E+EmOw3GYJNqAxxPzxWVbLWug@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Data Packaging/Data Unpacking  (oleg yusim <olegyusim@gmail.com>)
Ответы Re: Data Packaging/Data Unpacking  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
On Wed, Jan 13, 2016 at 2:57 PM, oleg yusim <olegyusim@gmail.com> wrote:

> Say, I got network package. The package was decrypted by OpenSSL. Where this
> data are, physically, at this moment?

Process-local memory for the PostgreSQL backend process associated
with the database connection.

> Opposite situation: we are about to send results of SELECT statement over
> the OpenSSL tunnel. Where are the data, physically, between the moment DB
> engine returned results for my query and moment the package was encrypted by
> OpenSSL?

Process-local memory for the PostgreSQL backend process associated
with the database connection.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Unable to build python extension with PGXS
Следующее
От: John Wiencek
Дата:
Сообщение: Re: Synchronous replication