Re: Application written in pure pgsql, good idea?

From: Alberto Cabello Sánchez <alberto(at)unex(dot)es>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Application written in pure pgsql, good idea?
Date: 2015-03-01 20:11:41
Message-ID: 20150301211141.07592ca06fe197cccdfed111@unex.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, 28 Feb 2015 15:39:06 -0500
inspector morse <inspectormorse86(at)gmail(dot)com> wrote:

> Is it a good idea to write a simple application (consisting of just data
> entry interfaces) in pure pgsql?
>
> Basically, we would have each page has a stored function in postgresql that
> is called by php+apache (the http get/post values would be passed into
> postgrel as an array).

I did something this way with an obscure HTTP library for Oracle PL/SQL.
I think "nightmare" is an appropriate word to describe the outcome.

--
Alberto Cabello Sánchez
<alberto(at)unex(dot)es>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message hailong Li 2015-03-02 10:49:21 The slave suddenly stopped with such DB log : "will not overwrite a used ItemId" and "heap_insert_redo: failed to add tuple"
Previous Message David G Johnston 2015-03-01 18:00:37 Re: Application written in pure pgsql, good idea?