Advice needed on using postgres in commercial product

From: "pakt sardines" <paktsardines(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Advice needed on using postgres in commercial product
Date: 2007-01-06 00:14:42
Message-ID: d22d485e0701051614j7a4c65c1m3b5cb40c59114765@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

We're currently developing some large-scale software with the intention
of selling it (online and off-the-shelf). The version in development uses
Postgres to store stuff in a number of large databases.

Ignoring potential licensing issues for now, the big issue for us is that
the data in the databases has significant intellectual property value. It
has taken literally years of work to collect the data. We do not want the
users of the commercial product to be able to fire up postgres and type
something like: user]% pg_dump their_data > our_product

Additionally, we don't want to have to encrypt every entry in the database,
because that will cause significant overhead during processing.

My question is, what options do we have? Can postgres store data as some
sort of unreadable binary, much like you would find in a C binary data file?

If not postgres, what other database could possibly do this, if any? I
really don't want to have to write our own RDBMS. :)

Thanks in advance for any advice or suggestions on this subject,

Pakt.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Chernow 2007-01-06 00:23:19 Re: Database versus filesystem for storing images
Previous Message Thomas F. O'Connell 2007-01-06 00:09:22 Re: Database Corruption - last chance recovery options?