aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/xfunc.sgml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml
index a7c170476af..1d0b65193e3 100644
--- a/doc/src/sgml/xfunc.sgml
+++ b/doc/src/sgml/xfunc.sgml
@@ -3669,6 +3669,12 @@ extern bool InjectionPointDetach(const char *name);
</para>
<para>
+ An example can be found in
+ <filename>src/test/modules/injection_points</filename> in the PostgreSQL
+ source tree.
+ </para>
+
+ <para>
Enabling injections points requires
<option>--enable-injection-points</option> with
<command>configure</command> or <option>-Dinjection_points=true</option>