pgsql: Clarify what commands are not allowed in SQL functions.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify what commands are not allowed in SQL functions.
Date: 2011-03-10 23:46:50
Message-ID: E1PxpZC-0000cV-Ig@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify what commands are not allowed in SQL functions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/678a0d286c2928aa85bcf25e5c3c633e88e44999

Modified Files
--------------
doc/src/sgml/xfunc.sgml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-03-10 23:47:59 pgsql: Improve SQL function disallowed command wording.
Previous Message Bruce Momjian 2011-03-10 23:10:31 pgsql: Add proper git-external-diff script to src/tools.