Re: Oracle and Postgresql - Mailing list pgsql-general

From Asko Oja
Subject Re: Oracle and Postgresql
Date
Msg-id ecd779860809251116m6c52fad4vd762b953078182f6@mail.gmail.com
Whole thread Raw
In response to Re: Oracle and Postgresql  (Andrew Sullivan <ajs@commandprompt.com>)
Responses Re: Oracle and Postgresql  (Casey Allen Shobe <cshobe@bepress.com>)
List 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 by date:

Previous
From: Casey Allen Shobe
Date:
Subject: Re: Oracle and Postgresql
Next
From: "Fernando Moreno"
Date:
Subject: Re: My first revoke