| From: | Kevin Grittner <kgrittn(at)gmail(dot)com> |
|---|---|
| To: | oleg yusim <olegyusim(at)gmail(dot)com> |
| Cc: | PostgreSQL General <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Data Packaging/Data Unpacking |
| Date: | 2016-01-13 21:19:49 |
| Message-ID: | CACjxUsOnjCrqP7S9pwa4=pVw_E+EmOw3GYJNqAxxPzxWVbLWug@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, Jan 13, 2016 at 2:57 PM, oleg yusim <olegyusim(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John Wiencek | 2016-01-13 21:25:14 | Re: Synchronous replication |
| Previous Message | Jim Nasby | 2016-01-13 21:11:02 | Re: Unable to build python extension with PGXS |