mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Fix some typos in the documentation. Patch from Brian Gough. Backport
the relevant fixes to 8.2 as well.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/spi.sgml,v 1.56 2007/04/16 01:14:55 tgl Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/spi.sgml,v 1.57 2007/05/03 15:05:56 neilc Exp $ -->
|
||||
|
||||
<chapter id="spi">
|
||||
<title>Server Programming Interface</title>
|
||||
@@ -2233,7 +2233,7 @@ char * SPI_getvalue(HeapTuple <parameter>row</parameter>, TupleDesc <parameter>r
|
||||
Column value, or <symbol>NULL</symbol> if the column is null,
|
||||
<parameter>colnumber</parameter> is out of range
|
||||
(<varname>SPI_result</varname> is set to
|
||||
<symbol>SPI_ERROR_NOATTRIBUTE</symbol>), or no no output function
|
||||
<symbol>SPI_ERROR_NOATTRIBUTE</symbol>), or no output function is
|
||||
available (<varname>SPI_result</varname> is set to
|
||||
<symbol>SPI_ERROR_NOOUTFUNC</symbol>).
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user