Re: Deployment of PostgreSQL Applications

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Deployment of PostgreSQL Applications
Дата
Msg-id 20010831125405.A14832@wolff.to
обсуждение исходный текст
Ответ на Deployment of PostgreSQL Applications  ("Mike Arace" <mikearace@hotmail.com>)
Список pgsql-general
On Fri, Aug 31, 2001 at 08:59:53AM -0400,
  Mike Arace <mikearace@hotmail.com> wrote:
>
> 2) More importantly, is it possible to prevent a customer from peeking into
> said database once it is deployed on their machine?  A large part of what
> makes my application proprietary is the data model in the database, and it'd
> be tough to maintain a competative edge when everyone can see exactly how I
> do things in the database by logging into their postgres account, adding
> some users and changing permissions on their machine.  I really need to make
> sure the database is bulletproof before I can begin deployment.

I don't think that the above is going to be technically possible if the code
is running on machines controlled by your users.

My guess is that either the database has to be run on your machines or
you need some contract that legally prevents your customers from telling
anyone about your data model.

В списке pgsql-general по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Create table syntax
Следующее
От: Alex Pilosov
Дата:
Сообщение: Re: Deployment of PostgreSQL Applications