Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 31eef57

Browse files
committed
Merge branch 'PGPROEE9_6' of gitlab.postgrespro.ru:pgpro-dev/postgrespro into PGPROEE9_6
2 parents 96d107f + 9ac524a commit 31eef57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/atx.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ BEGIN; -- start ordinary tx T0
5353
|
5454
INSERT INTO t VALUES (1);
5555
:\
56-
: BEGIN AUTONOMOUS SUBTRANSACTION; -- start AST tx T1, pushes T0 into stack
56+
: BEGIN AUTONOMOUS TRANSACTION; -- start AST tx T1, pushes T0 into stack
5757
: |
5858
: INSERT INTO t VALUES (2);
5959
: |

0 commit comments

Comments
 (0)