Re: [GENERAL] database file encryption

2006-08-11 Thread Chris Browne
kleptog@svana.org (Martijn van Oosterhout) writes: > On Fri, Aug 11, 2006 at 08:52:32AM -0400, Christopher Browne wrote: >> >> I'd like to know if there is a way in order to encrypt these data. >> > >> > Sure, run postgres over an encrypted filesystem. >> >> Actually, that may not work the way you

Re: [GENERAL] database file encryption

2006-08-11 Thread Martijn van Oosterhout
On Fri, Aug 11, 2006 at 08:52:32AM -0400, Christopher Browne wrote: > >> I'd like to know if there is a way in order to encrypt these data. > > > > Sure, run postgres over an encrypted filesystem. > > Actually, that may not work the way you think it does... > > As long as the encrypted filesystem

Re: [GENERAL] database file encryption

2006-08-11 Thread Christopher Browne
Martha Stewart called it a Good Thing when kleptog@svana.org (Martijn van Oosterhout) wrote: > On Fri, Aug 11, 2006 at 09:47:49AM +0200, Stefano B. wrote: >> Hi all, >> >> I have just discovered that in postgres database file the data are >> not encrypted. If I open with a text editor these files

Re: [GENERAL] database file encryption

2006-08-11 Thread Martijn van Oosterhout
On Fri, Aug 11, 2006 at 09:47:49AM +0200, Stefano B. wrote: > Hi all, > > I have just discovered that in postgres database file the data are > not encrypted. If I open with a text editor these files I can read > the records values. > > I'd like to know if there is a way in order to encrypt these

[GENERAL] database file encryption

2006-08-11 Thread Stefano B.
Hi all,   I have just discovered that in postgres database file the data are not encrypted. If I open with a text editor these files I can read the records values.   I'd like to know if there is a way in order to encrypt these data.   PS. for example in mysql the database file are not reada