From 2a0f262beff32ba86bcb58f3273214e5d0517c09 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:24 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-rollback-to.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-rollback-to.html') diff --git a/doc/src/sgml/html/sql-rollback-to.html b/doc/src/sgml/html/sql-rollback-to.html index 6452355..21eda42 100644 --- a/doc/src/sgml/html/sql-rollback-to.html +++ b/doc/src/sgml/html/sql-rollback-to.html @@ -1,5 +1,5 @@ -ROLLBACK TO SAVEPOINT

ROLLBACK TO SAVEPOINT

ROLLBACK TO SAVEPOINT — roll back to a savepoint

Synopsis

+ROLLBACK TO SAVEPOINT

ROLLBACK TO SAVEPOINT

ROLLBACK TO SAVEPOINT — roll back to a savepoint

Synopsis

 ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_name
 

Description

Roll back all commands that were executed after the savepoint was @@ -69,4 +69,4 @@ COMMIT; AND [ NO ] CHAIN which is not currently supported by PostgreSQL. Otherwise, this command conforms to the SQL standard. -

\ No newline at end of file +

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