Re: database file encryption. - Mailing list pgsql-hackers

From nrdb
Subject Re: database file encryption.
Date
Msg-id 4EA36BB5.9080409@butterflystitches.com.au
Whole thread Raw
In response to Re: database file encryption.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 10/23/2011 08:17 AM, Tom Lane wrote:
> "Joshua D. Drake"<jd@commandprompt.com>  writes:
>> Any patch you submit will be subject to quite a bit of discussion so be
>> prepared for that. Also it will have to be portable to Windows.
>
> The first question that's going to be asked is why you don't just use an
> encrypted file system, instead.  Not every problem has to be solved at
> the database level.
>
>             regards, tom lane
>
Well the database files are always encrypted, with using a encrypted 
file system, there is an unencrypted view of the files visible.

I realise that under normal setup this is readable by only the 
postgres user, and if you could read the files you would also be able 
to interrogate the server to get the data.

But if the postgres server wasn't running yet (i.e. the password 
hadn't been entered), there would be no data visible.

I don't know anything about Windows, does it have the same file 
security as Linux?

I realise the difference is small.


pgsql-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: synchronized snapshots
Next
From: nrdb
Date:
Subject: Re: database file encryption.