From 46651ce6fe013220ed397add242004d764fc0153 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:15:05 +0200 Subject: Adding upstream version 14.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..1400747 --- /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