File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<para>
12
12
The <application>spi</application> module provides several workable examples
13
- of using SPI and triggers. While these functions are of some value in
13
+ of using the <link linkend="spi">Server Programming Interface</link>
14
+ (<acronym>SPI</acronym>) and triggers. While these functions are of
15
+ some value in
14
16
their own right, they are even more useful as examples to modify for
15
17
your own purposes. The functions are general enough to be used
16
18
with any table, but you have to specify table and field names (as described
Original file line number Diff line number Diff line change 42
42
have documented error-return conventions. Those conventions only apply
43
43
for errors detected within the SPI functions themselves, however.)
44
44
It is possible to recover control after an error by establishing your own
45
- subtransaction surrounding SPI calls that might fail. This is not currently
46
- documented because the mechanisms required are still in flux.
45
+ subtransaction surrounding SPI calls that might fail.
47
46
</para>
48
47
49
48
<para>
You can’t perform that action at this time.
0 commit comments