Re: Hiding data in postgresql

From: Peter Hunsberger <peter(dot)hunsberger(at)gmail(dot)com>
To: Hector Beyers <hqbeyers(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Hiding data in postgresql
Date: 2010-05-24 19:30:52
Message-ID: AANLkTilphRy__DFhHTxvuYhTWL2jM4Un1h07cIVxoWRj@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Mon, May 24, 2010 at 2:16 PM, Hector Beyers <hqbeyers(at)gmail(dot)com> wrote:
>
> Hi guys,
> does ANYONE have any tips on hiding data on a database server? This means
> that data is stored in places that is not necessarily picked up in the
> schema of the database. I am doing some research on databases and need some
> direction.
> Any help or direction will be highly appreciated.

Let me guess: an attempt at security by obscurity?

I suppose you could always create a couple of columns such that some
function applied over them produced the real result (. You could even
actually store this in an index, so although you could never see the
result directly (except in a dump) queries to get at it might perform
half reasonably.

--
Peter Hunsberger

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thom Brown 2010-05-24 19:36:17 Re: Hiding data in postgresql
Previous Message Hector Beyers 2010-05-24 19:16:23 Hiding data in postgresql

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2010-05-24 19:36:17 Re: Hiding data in postgresql
Previous Message Stephen Frost 2010-05-24 19:20:14 Re: [PATCH] Move 'long long' check to c.h