public inbox for [email protected]
help / color / mirror / Atom feedFrom: Devrim GUNDUZ <[email protected]>
To: [email protected]
Subject: Patch for plpgsql.sgml
Date: Fri, 6 Aug 2004 21:50:25 +0300 (EEST)
Message-ID: <[email protected]> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
As Tom has pointed out today, I've began reading the docs. plpgsql.sgml
says that PostgreSQL does not support nested transactions. I've removed
that part and a small diff is attached.
I'll be on 10-days' holiday and I'll try to read the whole docs.
Regards,
- --
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQFBE9Lztl86P3SPfQ4RAtN9AKDjSR6Xlgl3ea2su1pDgOnsd1q27ACeLvT+
aeF83FCl8/3ccbCdauwt6Wg=
=Oks/
-----END PGP SIGNATURE-----
--- doc/src/sgml/plpgsql.sgml.orig 2004-08-06 12:05:10.000000000 +0300
+++ doc/src/sgml/plpgsql.sgml 2004-08-06 12:05:47.000000000 +0300
@@ -450,9 +450,7 @@
grouping statements in <application>PL/pgSQL</> with the database commands for
transaction control. <application>PL/pgSQL</>'s <command>BEGIN</>/<command>END</> are only for grouping;
they do not start or end a transaction. Functions and trigger procedures
- are always executed within a transaction established by an outer query
- --- they cannot start or commit transactions, since
- <productname>PostgreSQL</productname> does not have nested transactions.
+ are always executed within a transaction established by an outer query.
</para>
</sect1>
Attachments:
[text/plain] plpgsql.diff (766B, 2-plpgsql.diff)
download | inline diff:
--- doc/src/sgml/plpgsql.sgml.orig 2004-08-06 12:05:10.000000000 +0300
+++ doc/src/sgml/plpgsql.sgml 2004-08-06 12:05:47.000000000 +0300
@@ -450,9 +450,7 @@
grouping statements in <application>PL/pgSQL</> with the database commands for
transaction control. <application>PL/pgSQL</>'s <command>BEGIN</>/<command>END</> are only for grouping;
they do not start or end a transaction. Functions and trigger procedures
- are always executed within a transaction established by an outer query
- --- they cannot start or commit transactions, since
- <productname>PostgreSQL</productname> does not have nested transactions.
+ are always executed within a transaction established by an outer query.
</para>
</sect1>
view thread (3+ 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: Patch for plpgsql.sgml
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