Re: Hiding data in postgresql

Поиск
Список
Период
Сортировка
От Peter Hunsberger
Тема Re: Hiding data in postgresql
Дата
Msg-id AANLkTilphRy__DFhHTxvuYhTWL2jM4Un1h07cIVxoWRj@mail.gmail.com
обсуждение исходный текст
Ответ на Hiding data in postgresql  (Hector Beyers <hqbeyers@gmail.com>)
Ответы Re: Hiding data in postgresql  (Hector Beyers <hqbeyers@gmail.com>)
Re: Hiding data in postgresql  (Hector Beyers <hqbeyers@gmail.com>)
Список pgsql-general
On Mon, May 24, 2010 at 2:16 PM, 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.

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

В списке pgsql-general по дате отправления:

Предыдущее
От: Hector Beyers
Дата:
Сообщение: Hiding data in postgresql
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Hiding data in postgresql