summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas2010-06-08 20:12:59 +0000
committerRobert Haas2010-06-08 20:12:59 +0000
commit8de14adc5f28a7eaa47d92896cf1797728902857 (patch)
tree7aa9bb887895692b668c50aa74453287d711e83e
parent36614006e15e2a9d2d866ee57af9320bf482aa7c (diff)
Make procedural language handler reference C-language function docs.
Based on suggestions from Jonathan Leto and Joshua Tolley.
-rw-r--r--doc/src/sgml/plhandler.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/plhandler.sgml b/doc/src/sgml/plhandler.sgml
index 058eefbd65..8be93ac1ac 100644
--- a/doc/src/sgml/plhandler.sgml
+++ b/doc/src/sgml/plhandler.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/plhandler.sgml,v 1.10 2010/04/03 07:22:55 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/plhandler.sgml,v 1.11 2010/06/08 20:12:59 rhaas Exp $ -->
<chapter id="plhandler">
<title>Writing A Procedural Language Handler</title>
@@ -28,6 +28,8 @@
and returning the type <type>language_handler</type>. This
special pseudotype identifies the function as a call handler and
prevents it from being called directly in SQL commands.
+ For more details on C language calling conventions and dynamic loading,
+ see <xref linkend="xfunc-c">.
</para>
<para>