public inbox for [email protected]
help / color / mirror / Atom feedFrom: World Wide Web Owner <[email protected]>
To: [email protected]
Subject: New News Entry
Date: Fri, 26 Sep 2003 21:27:39 -0300 (ADT)
Message-ID: <[email protected]> (raw)
A new entry has been added to the news database.
Database Admin: http://www.postgresql.org/admin/edit_news.php?153
Submitted by: [email protected]
Headline: Beta 3 of plPHP released
Summary:
The 3rd beta of plPHP is now released with full support for triggers, trusted and untrusted modes.
Story:
PL/PHP is a loadable procedural language that enables you to write PostgreSQL functions
in the PHP programming language.
It currently supports triggers, trusted, and untrusted modes.
It is the hope that this will be the last beta before RC status is achieved.
New features include the ability to access trigger operations, e.g;
$_TD[\"new\"]
An associative array containing the values of the new table row for INSERT/UPDATE
actions, or empty for DELETE. The array is indexed by field name. Fields that are
NULL will not appear in the array!
$_TD[\"old\"]
An associative array containing the values of the old table row for UPDATE/DELETE
actions, or empty for INSERT. The array is indexed by field name. Fields that are
NULL will not appear in the array!
$_TD[\"name\"]
contains the trigger name.
$_TD[\"event\"]
contains the event as a string (INSERT, UPDATE, DELETE, or UNKNOWN).
$_TD[\"when\"]
contains one of BEFORE, AFTER, and UNKNOWN.
$_TD[\"level\"]
contains one of ROW, STATEMENT, and UNKNOWN.
$_TD[\"relid\"]
contains the relation ID of the table on which the trigger occurred.
$_TD[\"relname\"]
contains the relation name.
$_TD[\"argc\"]
contains the arguments count.
view thread (237+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: New News Entry
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox