Re: How to lose transaction history (xmin values, WAL, etc.)?

From: Peter Hunsberger <peter(dot)hunsberger(at)gmail(dot)com>
To: Richard Walker <richard(at)softimp(dot)com(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to lose transaction history (xmin values, WAL, etc.)?
Date: 2010-05-20 14:26:12
Message-ID: AANLkTikYGkbDLCQZNTjZg2jagaZmHD0qYMCCwz4CTzjv@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, May 20, 2010 at 1:19 AM, Richard Walker <richard(at)softimp(dot)com(dot)au> wrote:
>
> I have an application in which I want it
> _not_ to be possible to work out which
> rows of a table are being/have been updated.
>

Why?

If you really need security of some form at the physical database
level then don't screw around with convoluted hacks. Encrypt the
critical data in the database and be done with it.

--
Peter Hunsberger

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Giancarlo Boaron 2010-05-20 14:46:33 Re: [PHP] Some undefined function errors
Previous Message Fernando 2010-05-20 14:25:03 Re: [PHP] Some undefined function errors