Re: Oracle and Postgresql

From: "Asko Oja" <ascoja(at)gmail(dot)com>
To: "Andrew Sullivan" <ajs(at)commandprompt(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Oracle and Postgresql
Date: 2008-09-25 18:16:30
Message-ID: ecd779860809251116m6c52fad4vd762b953078182f6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-www

On Thu, Sep 25, 2008 at 3:52 PM, Andrew Sullivan <ajs(at)commandprompt(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fernando Moreno 2008-09-25 18:24:31 Re: My first revoke
Previous Message Casey Allen Shobe 2008-09-25 18:16:05 Re: Oracle and Postgresql

Browse pgsql-www by date

  From Date Subject
Next Message Casey Allen Shobe 2008-09-25 19:45:23 Re: Oracle and Postgresql
Previous Message Casey Allen Shobe 2008-09-25 18:16:05 Re: Oracle and Postgresql