protecting a database

From: Keith Worthington <KeithW(at)NarrowPathInc(dot)com>
To: PostgreSQL Novice <pgsql-novice(at)postgresql(dot)org>
Subject: protecting a database
Date: 2006-08-23 18:39:01
Message-ID: 44ECA0C5.90300@NarrowPathInc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi All,

Is there a way to protect a database so that the structure cannot be seen?

I would like to use postgresql for data storage in a product I am
working on. The challenge is that most of the value of the product will
be in the database structure itself (data model, functions, etc.). I
want to prevent people from seeing anything while still allowing the GUI
to get at the data.

Is there a way to do this? URLs to relevant documentation are welcome.

--

Kind Regards,
Keith

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Franck Routier 2006-08-23 18:57:55 Re: Conditional INSERT: if not exists
Previous Message Don Morrison 2006-08-22 23:30:46 Re: Conditional INSERT: if not exists