|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/spi.sgml,v 1.47 2006/08/27 23:47:57 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/spi.sgml,v 1.48 2006/09/10 20:56:42 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="spi">
|
4 | 4 | <title>Server Programming Interface</title>
|
@@ -1614,10 +1614,7 @@ void * SPI_saveplan(void * <parameter>plan</parameter>)
|
1614 | 1614 | by <function>SPI_finish</function> and by the transaction manager
|
1615 | 1615 | and returns a pointer to the saved plan. This gives you the
|
1616 | 1616 | ability to reuse prepared plans in the subsequent invocations of
|
1617 |
| - your procedure in the current session. You may save the pointer |
1618 |
| - returned in a local variable. Always check if this pointer is |
1619 |
| - <symbol>NULL</symbol> or not either when preparing a plan or using |
1620 |
| - an already prepared plan in <function>SPI_execute_plan</function>. |
| 1617 | + your procedure in the current session. |
1621 | 1618 | </para>
|
1622 | 1619 | </refsect1>
|
1623 | 1620 |
|
|