Re: php as stored procedures

From: "Gregory Wood" <gregw(at)com-stock(dot)com>
To: "PostgreSQL-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: php as stored procedures
Date: 2001-01-31 18:45:38
Message-ID: 001101c08bb6$205a9550$7889ffcc@comstock.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fork 2001-01-31 18:53:04 Re: Re: grant privileges to a database
Previous Message Adam Lang 2001-01-31 18:43:49 Re: php as stored procedures