From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/ecpg-sql-set-autocommit.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/src/sgml/html/ecpg-sql-set-autocommit.html (limited to 'doc/src/sgml/html/ecpg-sql-set-autocommit.html') diff --git a/doc/src/sgml/html/ecpg-sql-set-autocommit.html b/doc/src/sgml/html/ecpg-sql-set-autocommit.html new file mode 100644 index 0000000..3f25e10 --- /dev/null +++ b/doc/src/sgml/html/ecpg-sql-set-autocommit.html @@ -0,0 +1,13 @@ + +SET AUTOCOMMIT

SET AUTOCOMMIT

SET AUTOCOMMIT — set the autocommit behavior of the current session

Synopsis

+SET AUTOCOMMIT { = | TO } { ON | OFF }
+

Description

+ SET AUTOCOMMIT sets the autocommit behavior of + the current database session. By default, embedded SQL programs + are not in autocommit mode, + so COMMIT needs to be issued explicitly when + desired. This command can change the session to autocommit mode, + where each individual statement is committed implicitly. +

Compatibility

+ SET AUTOCOMMIT is an extension of PostgreSQL ECPG. +

\ No newline at end of file -- cgit v1.2.3