Re: Hiding data in postgresql - Mailing list pgsql-general

From Peter Hunsberger
Subject Re: Hiding data in postgresql
Date
Msg-id AANLkTikRhizGVeucux_V6VAfqysD9YaAv4ATuuXK71H3@mail.gmail.com
Whole thread Raw
In response to Re: Hiding data in postgresql  (Hector Beyers <hqbeyers@gmail.com>)
List 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 by date:

Previous
From: Hector Beyers
Date:
Subject: Re: Hiding data in postgresql
Next
From: Scott Marlowe
Date:
Subject: Re: Hiding data in postgresql