pgsql: Properly document that NEW is unassigned in plpgsql for DELETE (

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Properly document that NEW is unassigned in plpgsql for DELETE (
Дата
Msg-id E1T1nyV-0001SD-OU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Properly document that NEW is unassigned in plpgsql for DELETE (not
NULL), and OLD is unassigned for INSERT, and NEW/OLD are unassigned (not
NULL) for statement-level triggers.

Per report from Pavel Stehule

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0729271adf9145900f59ec7a2053695bd551f4b1

Modified Files
--------------
doc/src/sgml/plpgsql.sgml |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Add C comment about new \c parameter requirement for crashed con
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Add CREATE FOREIGN TABLE doc reference to CREATE SERVER.