バージョンごとのドキュメント一覧

SPI_start_transaction

SPI_start_transaction <refpurpose>obsolete function</refpurpose> — 廃れた関数

概要

void SPI_start_transaction(void)

説明

<title>Description</title>

<function>SPI_start_transaction</function> does nothing, and exists only for code compatibility with earlier <productname>PostgreSQL</productname> releases. It used to be required after calling <function>SPI_commit</function> or <function>SPI_rollback</function>, but now those functions start a new transaction automatically. SPI_start_transactionは何もしません。以前のPostgreSQLのリリースとのコードの互換性のためだけに存在します。 SPI_commitまたはSPI_rollbackの呼び出しの後で要求されていましたが、今はこれらの関数は自動的に新しいトランザクションを開始します。