Re: php as stored procedures - Mailing list pgsql-general

From Gregory Wood
Subject Re: php as stored procedures
Date
Msg-id 001101c08bb6$205a9550$7889ffcc@comstock.com
Whole thread Raw
In response to php as stored procedures  (mwaples@waples.net)
List pgsql-general
> what would the over all benifit be to using stored procedures instead of
> just going about php normaly?

If it were used as a stored procedure, it could be used to enforce database
integrity within the database, particularly when used with triggers.

> would that not put a bit of stress on the db server as well?

Doesn't any stored procedure?

Greg


pgsql-general by date:

Previous
From: "Adam Lang"
Date:
Subject: Re: Re: php as stored procedures
Next
From: Michael Fork
Date:
Subject: Re: Re: grant privileges to a database