Re: Reason(s) not to use a stored procedure - Mailing list pgsql-novice

From Christoph Frick
Subject Re: Reason(s) not to use a stored procedure
Date
Msg-id 20080122152920.GN11203@byleth.sc-networks.de
Whole thread Raw
In response to Reason(s) not to use a stored procedure  ("Mag Gam" <magawake@gmail.com>)
List pgsql-novice
On Tue, Jan 22, 2008 at 08:49:39AM -0500, Mag Gam wrote:

> I was in an academic meeting where a professor was preaching the reasons why
> not to use a stored procedure. He advised to always use SQL instead of a
> procedural language. Can someone please shed some light on this?

putting application logic in the database is maybe what he does not like
about it. not beeing able to switch databases easily might be another.
but why not just ask him?

--
cu

Attachment

pgsql-novice by date:

Previous
From: Nick Nick
Date:
Subject: Re: Reason(s) not to use a stored procedure
Next
From: "Jonah H. Harris"
Date:
Subject: Re: Reason(s) not to use a stored procedure