mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Update contrib documention mentions to point to actual documentation
sections, rather than just calling it "/contrib/module_name". Also update pg_test_fsync build instructions now that it is in /contrib.
This commit is contained in:
@@ -3939,8 +3939,8 @@ INSERT INTO a SELECT * FROM a;
|
||||
using <function>SPI_exec</function> and returns the number of rows
|
||||
that were processed by the command. You can find more complex
|
||||
examples for SPI in the source tree in
|
||||
<filename>src/test/regress/regress.c</filename> and in
|
||||
<filename>contrib/spi</filename>.
|
||||
<filename>src/test/regress/regress.c</filename> and in the
|
||||
<xref linkend="contrib-spi"> module.
|
||||
</para>
|
||||
|
||||
<programlisting>
|
||||
|
||||
Reference in New Issue
Block a user