From 107142b492da4c47894d9f8adda12994e090dbe4 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Mon, 12 Sep 2005 18:51:29 +0000 Subject: [PATCH] Fix a mistake in the documentation for SPI_getbinval(), per Michael Fuhr. --- doc/src/sgml/spi.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml index ca451b4489..5d422bfeee 100644 --- a/doc/src/sgml/spi.sgml +++ b/doc/src/sgml/spi.sgml @@ -1429,7 +1429,7 @@ Datum SPI_getbinval(HeapTuple row, TupleDesc r - int rownumber + int colnumber column number (count starts at 1) -- 2.39.5