Re: Deployment of PostgreSQL Applications

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема Re: Deployment of PostgreSQL Applications
Дата
Msg-id 3705826352029646A3E91C53F7189E32016762@sectorbase2.sectorbase.com
обсуждение исходный текст
Ответ на Deployment of PostgreSQL Applications  ("Mike Arace" <mikearace@hotmail.com>)
Список pgsql-general
> 1) Is it legal to bundle Postgresql with another commercial
> application,
> assuming the database will have to be significantly
> reconfigured and tuned?
> (at the application level, not the source code level)  I read
> over the
> licenses I could find on the site and they seemed to imply
> that the answer
> was yes, but I'd like to reaffirm that.

Yes.

> 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.

No way.

Vadim

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

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: Re: getting the oid for a new tuple in a BEFORE trigger
Следующее
От: Richard Poole
Дата:
Сообщение: Re: Newbie ...Function error (Stored Procedure)?