diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/spi.sgml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml index 47f4b5b4317..5c36b534902 100644 --- a/doc/src/sgml/spi.sgml +++ b/doc/src/sgml/spi.sgml @@ -742,7 +742,9 @@ int SPI_execute_extended(const char *<parameter>command</parameter>, <listitem> <para> <literal>true</literal> allows non-atomic execution of CALL and DO - statements + statements (but this field is ignored unless + the <symbol>SPI_OPT_NONATOMIC</symbol> flag was passed + to <function>SPI_connect_ext</function>) </para> </listitem> </varlistentry> @@ -1883,7 +1885,9 @@ int SPI_execute_plan_extended(SPIPlanPtr <parameter>plan</parameter>, <listitem> <para> <literal>true</literal> allows non-atomic execution of CALL and DO - statements + statements (but this field is ignored unless + the <symbol>SPI_OPT_NONATOMIC</symbol> flag was passed + to <function>SPI_connect_ext</function>) </para> </listitem> </varlistentry> |
