mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Added missing "EXEC SQL" to statement.
This commit is contained in:
parent
fc4b3dea29
commit
a01a5013d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue