| The PostgreSQL 9.0 Reference Manual - Volume 2 - Programming Guide
by The PostgreSQL Global Development Group Paperback (6"x9"), 478 pages ISBN 9781906966065 RRP £14.95 ($19.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
13.3.4 SPI_copytuple
Name
SPI_copytuple -- make a copy of a row in the upper executor context
Synopsis
HeapTuple SPI_copytuple(HeapTuple row)
Description
SPI_copytuple makes a copy of a row in the
upper executor context. This is normally used to return a modified
row from a trigger. In a function declared to return a composite
type, use SPI_returntuple instead.
Arguments
HeapTuplerow- row to be copied
Return Value
the copied row; NULL only if
tuple is NULL
| ISBN 9781906966065 | The PostgreSQL 9.0 Reference Manual - Volume 2 - Programming Guide | See the print edition |