pgsql: doc: Clarify some wording in PL/pgSQL about transactions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Clarify some wording in PL/pgSQL about transactions
Date: 2018-08-22 13:45:45
Message-ID: E1fsTSD-0006k6-CM@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Clarify some wording in PL/pgSQL about transactions

Some text was still claiming that committing transactions was not
possible in PL/pgSQL.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/17df2a8b3946895c78f4ca088804341172ef27ae

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-08-23 14:46:10 pgsql: Return type of txid_status is text, not txid_status
Previous Message Peter Eisentraut 2018-08-22 13:13:18 pgsql: Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax