Re: Hiding data in postgresql

From: Tim Landscheidt <tim(at)tim-landscheidt(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Hiding data in postgresql
Date: 2010-05-25 15:45:44
Message-ID: m3r5l0yogn.fsf@passepartout.tim-landscheidt.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hector Beyers <hqbeyers(at)gmail(dot)com> wrote:

> thank you for your replies yesterday on this topic. I have one more question
> though:

> Does someone have any ideas how I can hide data without the meta data
> noticing? To explain further, I would like to save some collection of data
> where the meta-data does not see it. I am trying to do some security through
> obscurity. It is for research purposes.

> Maybe to save populate a table with 1000 rows, but the meta-data only knows
> of about 500 of them? Only on an export of a dump can you find the data
> again.
> [...]

Before delving deeper into this, you should get your termi-
nology straight: What do you mean by "meta-data"? What do
you mean by "export of a dump"? What do you mean by "without
the meta data noticing"?

Tim

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Wallace 2010-05-25 16:05:02 cursor_to_xml iteration of a table
Previous Message Hector Beyers 2010-05-25 15:30:41 Re: Hiding data in postgresql

Browse pgsql-hackers by date

  From Date Subject
Next Message Erik Rijkers 2010-05-25 15:47:10 Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard (was: Add xpath_exists Function)
Previous Message Hector Beyers 2010-05-25 15:30:41 Re: Hiding data in postgresql