Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
SPI_commit
Prev Up47.4. Transaction ManagementHome Next

SPI_commit

SPI_commit — commit the current transaction

Synopsis

void SPI_commit(void)

Description

SPI_commit commits the current transaction. It is approximately equivalent to running the SQL commandCOMMIT. After the transaction is committed, a new transaction is automatically started using default transaction characteristics, so that the caller can continue using SPI facilities. If there is a failure during commit, the current transaction is instead rolled back and a new transaction is started, after which the error is thrown in the usual way.

This function can only be executed if the SPI connection has been set as nonatomic in the call toSPI_connect_ext.


Prev Up Next
47.4. Transaction Management Home SPI_rollback
epubpdf
Go to PostgreSQL 11
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp