Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SPI_START_TRANSACTION(3) PostgreSQL 17.5 DocumentationSPI_START_TRANSACTION(3)

NAME
       SPI_start_transaction - obsolete	function

SYNOPSIS
       void SPI_start_transaction(void)

DESCRIPTION
       SPI_start_transaction does nothing, and exists only for code
       compatibility with earlier PostgreSQL releases. It used to be required
       after calling SPI_commit	or SPI_rollback, but now those functions start
       a new transaction automatically.

PostgreSQL 17.5			     2025	      SPI_START_TRANSACTION(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SPI_start_transaction&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help