Re: Hiding data in postgresql

Thom Brown <thombrown@gmail.com>

From: Thom Brown <thombrown@gmail.com>
To: Hector Beyers <hqbeyers@gmail.com>
Cc: pgsql-general@postgresql.org
Date: 2010-05-24T19:36:17Z
Lists: pgsql-hackers, pgsql-general
On 24 May 2010 20:16, Hector Beyers <hqbeyers@gmail.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.
> Kind regards
> Hector
>

Why don't role permissions do what you need?

Thom