From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/spi-spi-exec.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/src/sgml/html/spi-spi-exec.html (limited to 'doc/src/sgml/html/spi-spi-exec.html') diff --git a/doc/src/sgml/html/spi-spi-exec.html b/doc/src/sgml/html/spi-spi-exec.html new file mode 100644 index 0000000..ae5ad01 --- /dev/null +++ b/doc/src/sgml/html/spi-spi-exec.html @@ -0,0 +1,16 @@ + +SPI_exec

SPI_exec

SPI_exec — execute a read/write command

Synopsis

+int SPI_exec(const char * command, long count)
+

Description

+ SPI_exec is the same as + SPI_execute, with the latter's + read_only parameter always taken as + false. +

Arguments

const char * command

+ string containing command to execute +

long count

+ maximum number of rows to return, + or 0 for no limit +

Return Value

+ See SPI_execute. +

\ No newline at end of file -- cgit v1.2.3