1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

Added missing "EXEC SQL" to statement.

This commit is contained in:
Michael Meskes
2016-12-01 12:26:50 +01:00
parent fc4b3dea29
commit a01a5013d9

View File

@@ -517,7 +517,7 @@ EXEC SQL COMMIT;
</varlistentry>
<varlistentry>
<term><literal>SET AUTOCOMMIT TO OFF</literal></term>
<term><literal>EXEC SQL SET AUTOCOMMIT TO OFF</literal></term>
<listitem>
<para>
Disable autocommit mode. This is the default.