On Thu, May 20, 2010 at 1:19 AM, Richard Walker <[email protected]> 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 -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
