Re: php as stored procedures

Поиск
Список
Период
Сортировка
От Gregory Wood
Тема Re: php as stored procedures
Дата
Msg-id 001101c08bb6$205a9550$7889ffcc@comstock.com
обсуждение исходный текст
Ответ на php as stored procedures  (mwaples@waples.net)
Список 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 по дате отправления:

Предыдущее
От: "Adam Lang"
Дата:
Сообщение: Re: Re: php as stored procedures
Следующее
От: Michael Fork
Дата:
Сообщение: Re: Re: grant privileges to a database