Re: Hiding data in postgresql

Поиск
Список
Период
Сортировка
От Peter Hunsberger
Тема Re: Hiding data in postgresql
Дата
Msg-id AANLkTikRhizGVeucux_V6VAfqysD9YaAv4ATuuXK71H3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Hiding data in postgresql  (Hector Beyers <hqbeyers@gmail.com>)
Список pgsql-general
On Mon, May 24, 2010 at 3:24 PM, Hector Beyers <hqbeyers@gmail.com> wrote:
> Dear Peter,
> can you elaborate on what you mean by storing 'this' in the index. Are you
> referring to the function that is applied over the data?
> How would you be able to see the result with a dump?

Yes, you would the function to create the index, something like:

    create index gunk on tbl1 ( hidefunc( a, b, c )  )

The data created in this index might be viewable in a database dump by
simple inspection with something like an  editor.  How meaningful it
might be is another question...

--
Peter Hunsberger

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

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