Re: How to secure PostgreSQL Data for distribute?

From: Pascual De Ruvo <deruvo(at)gmail(dot)com>
To: Premsun Choltanwanich <Premsun(at)nsasia(dot)co(dot)th>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to secure PostgreSQL Data for distribute?
Date: 2005-08-18 03:32:21
Message-ID: fb73c1ee05081720323b36c7b1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 8/17/05, Premsun Choltanwanich <Premsun(at)nsasia(dot)co(dot)th> wrote:
>
> Dear All,
>
> I need to distribute my application that use PostgreSQL as database to
> my customer. But I still have some questions in my mind on database
> security. I understand that everybody who get my application database will
> be have a full control permission on my database in case that PostgreSQL
> already installed on their computer and they are an administrator on
> PostgreSQL. So that mean data, structure and any ideas contain in database
> will does not secure on this point. Is my understanding correct?
>
> What is the good way to make it all secure? Please advise.

If your customer has the root password of the machine that is running
postgresql, there's nothing you can do in order to limit the access to
the database structure.

My recommendation is: show them the code, make it free!

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Kenneth Gonsalves 2005-08-18 04:21:03 Re: How to secure PostgreSQL Data for distribute?
Previous Message Premsun Choltanwanich 2005-08-18 02:56:35 How to secure PostgreSQL Data for distribute?