Re: [ADMIN] Using Postgresql as application server - Mailing list pgsql-general

From Scott Marlowe
Subject Re: [ADMIN] Using Postgresql as application server
Date
Msg-id CAOR=d=0MzGO4Jat7q3V_=JC=4+RQNotxFFN0zo4NtA6E_Ykyjw@mail.gmail.com
Whole thread Raw
In response to Re: [ADMIN] Using Postgresql as application server  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general
On Tue, Aug 16, 2011 at 12:25 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
> one point that is getting lost in all this that if you are using a
> database for an application server, this does not mean it's the same
> database as your main database or even on the same machine -- you can
> still keep traditional separation of roles and use something like
> dblink to transfer data.  regarding the use of postgres functions for

I'm thining pl/proxy would be pretty amazing here.  I still prefer
using another layer in another language for an app server, but now
that you've got me thinking a bit more out of the box, pl/proxy would
increase your ability to scale quite a lot.

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: [ADMIN] Using Postgresql as application server
Next
From: Merlin Moncure
Date:
Subject: Re: join between a table and function.