SPI_modifytuple man page on Mageia

Man page or keyword search:  
man Server   17783 pages
apropos Keyword Search (all sections)
Output format
Mageia logo
[printable version]

SPI_MODIFYTUPLE(3)	PostgreSQL 9.3.2 Documentation	    SPI_MODIFYTUPLE(3)

NAME
       SPI_modifytuple - create a row by replacing selected fields of a given
       row

SYNOPSIS
       HeapTuple SPI_modifytuple(Relation rel, HeapTuple row, int ncols,
				 int * colnum, Datum * values, const char * nulls)

DESCRIPTION
       SPI_modifytuple creates a new row by substituting new values for
       selected columns, copying the original row's columns at other
       positions. The input row is not modified.

ARGUMENTS
       Relation rel
	   Used only as the source of the row descriptor for the row. (Passing
	   a relation rather than a row descriptor is a misfeature.)

       HeapTuple row
	   row to be modified

       int ncols
	   number of columns to be changed

       int * colnum
	   an array of length ncols, containing the numbers of the columns
	   that are to be changed (column numbers start at 1)

       Datum * values
	   an array of length ncols, containing the new values for the
	   specified columns

       const char * nulls
	   an array of length ncols, describing which new values are null

	   If nulls is NULL then SPI_modifytuple assumes that no new values
	   are null. Otherwise, each entry of the nulls array should be ' ' if
	   the corresponding new value is non-null, or 'n' if the
	   corresponding new value is null. (In the latter case, the actual
	   value in the corresponding values entry doesn't matter.) Note that
	   nulls is not a text string, just an array: it does not need a '\0'
	   terminator.

RETURN VALUE
       new row with modifications, allocated in the upper executor context;
       NULL only if row is NULL

       On error, SPI_result is set as follows:

       SPI_ERROR_ARGUMENT
	   if rel is NULL, or if row is NULL, or if ncols is less than or
	   equal to 0, or if colnum is NULL, or if values is NULL.

       SPI_ERROR_NOATTRIBUTE
	   if colnum contains an invalid column number (less than or equal to
	   0 or greater than the number of column in row)

PostgreSQL 9.3.2		     2013		    SPI_MODIFYTUPLE(3)
[top]

List of man pages available for Mageia

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net