Re: Data Packaging/Data Unpacking - Mailing list pgsql-general

From Kevin Grittner
Subject Re: Data Packaging/Data Unpacking
Date
Msg-id CACjxUsOnjCrqP7S9pwa4=pVw_E+EmOw3GYJNqAxxPzxWVbLWug@mail.gmail.com
Whole thread Raw
In response to Re: Data Packaging/Data Unpacking  (oleg yusim <olegyusim@gmail.com>)
Responses Re: Data Packaging/Data Unpacking  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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 by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Unable to build python extension with PGXS
Next
From: John Wiencek
Date:
Subject: Re: Synchronous replication