Re: Oracle and Postgresql

Поиск
Список
Период
Сортировка
От Asko Oja
Тема Re: Oracle and Postgresql
Дата
Msg-id ecd779860809251116m6c52fad4vd762b953078182f6@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Oracle and Postgresql  (Andrew Sullivan <ajs@commandprompt.com>)
Ответы Re: Oracle and Postgresql  (Casey Allen Shobe <cshobe@bepress.com>)
Список pgsql-general
On Thu, Sep 25, 2008 at 3:52 PM, Andrew Sullivan <ajs@commandprompt.com> wrote:
On Thu, Sep 25, 2008 at 01:13:29PM +0300, Asko Oja wrote:
>
> but why would you put part of your business logic into some configuration
> tables while you could keep it in your own functions

Because the parameters of the business logic should not be in the
code.  The parameters should be part of the configuration, to be
administered by the administrators (i.e. the DBAs) and not by the
database developers.  In traditional large database shops, that is the
division of responsibility, and the inability to work in that way will
hamper Postgres adoption in that environment.  (Maybe we don't care,
but let's at least be honest that changing the culture of such
database shops is not something we're going to achieve quickly.)

Well by configuration tables i meant some oracle/postgresql system tables.
We also have parameters of business logic in configuration database that is replicated into each oltp database that needs them and they are updated by dba's during normal release process. Althou this part is managed by DBA's the changes themselves are prepared by developers. So i see no PostgreSQL ability to work that way.  What i see is lack of useless bells and whistles in PostgreSQL and i like it.

regards,
Asko

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

Предыдущее
От: Casey Allen Shobe
Дата:
Сообщение: Re: Oracle and Postgresql
Следующее
От: "Fernando Moreno"
Дата:
Сообщение: Re: My first revoke