PostgreSQL 16.1 DocumentationSAVEPOINT sp1; INSERT INTO table1 VALUES (2); SAVEPOINT sp2; INSERT INTO table1 VALUES (3); RELEASE SAVEPOINT sp2; INSERT INTO table1 VALUES (4))); -- generates an error In this this example, the application requests the release of the savepoint sp2, which inserted 3. This changes the insert's transaction context to sp1. When the statement attempting to insert value 4 generates an0 码力 | 3133 页 | 14.10 MB | 1 年前3
PostgreSQL 16.1 Documentationsp1; INSERT INTO table1 VALUES (2); SAVEPOINT sp2; 1951 RELEASE SAVEPOINT INSERT INTO table1 VALUES (3); RELEASE SAVEPOINT sp2; INSERT INTO table1 VALUES (4))); -- generates an error error In this example, the application requests the release of the savepoint sp2, which inserted 3. This changes the insert's transaction context to sp1. When the statement attempting to insert value0 码力 | 2974 页 | 14.22 MB | 1 年前3
PostgreSQL 17beta1 A4 Documentationsp1; INSERT INTO table1 VALUES (2); SAVEPOINT sp2; 1996 RELEASE SAVEPOINT INSERT INTO table1 VALUES (3); RELEASE SAVEPOINT sp2; INSERT INTO table1 VALUES (4))); -- generates an error error In this example, the application requests the release of the savepoint sp2, which inserted 3. This changes the insert's transaction context to sp1. When the statement attempting to insert value0 码力 | 3017 页 | 14.45 MB | 1 年前3
PostgreSQL 17beta1 US DocumentationSAVEPOINT sp1; INSERT INTO table1 VALUES (2); SAVEPOINT sp2; INSERT INTO table1 VALUES (3); RELEASE SAVEPOINT sp2; INSERT INTO table1 VALUES (4))); -- generates an error In this this example, the application requests the release of the savepoint sp2, which inserted 3. This changes the insert's transaction context to sp1. When the statement attempting to insert value 4 generates an0 码力 | 3188 页 | 14.32 MB | 1 年前3
PostgreSQL 8.2 Documentationx86 8.2.0 Build farm warthog (7.1.4, cc 4.2) see doc/FAQ_SCO Windows x86 8.2.0 Build farm yak (XP SP2, gcc 3.4.2); bandicoot (Windows 2000 Pro, gcc 3.4.2); snake (Windows Server 2003 SP1, gcc 3.4.2); trout0 码力 | 1762 页 | 5.43 MB | 1 年前3
PostgreSQL 8.2 Documentationx86 8.2.0 Build farm warthog (7.1.4, cc 4.2) see doc/FAQ_SCO Windows x86 8.2.0 Build farm yak (XP SP2, gcc 3.4.2); bandicoot (Windows 2000 Pro, gcc 3.4.2); snake (Windows Server 2003 SP1, gcc 3.4.2); trout0 码力 | 1748 页 | 13.12 MB | 1 年前3
共 6 条
- 1













