How to secure PostgreSQL Data for distribute?

From: "Premsun Choltanwanich" <Premsun(at)nsasia(dot)co(dot)th>
To: <pgsql-general(at)postgresql(dot)org>
Subject: How to secure PostgreSQL Data for distribute?
Date: 2005-08-18 02:56:49
Message-ID: s3045b7a.071@mail.nsasia.co.th
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Shraibman 2005-08-18 03:05:25 pg_locks.transaction field type
Previous Message Michael Fuhr 2005-08-18 02:26:04 Re: trigger question