Thread: Patch for plpgsql.sgml

Patch for plpgsql.sgml

From
Devrim GUNDUZ
Date:
-----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-----

Attachment

Re: Patch for plpgsql.sgml

From
Bruce Momjian
Date:
Thanks, but I think Tom already fixed it.

---------------------------------------------------------------------------

Devrim GUNDUZ wrote:
> -----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-----

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Re: Patch for plpgsql.sgml

From
Tom Lane
Date:
Devrim GUNDUZ <devrim@gunduz.org> writes:
> 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've incorporated this in my recent commit.  Thanks.

            regards, tom lane