8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3661400 commit 8de14adCopy full SHA for 8de14ad
doc/src/sgml/plhandler.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="plhandler">
4
<title>Writing A Procedural Language Handler</title>
@@ -28,6 +28,8 @@
28
and returning the type <type>language_handler</type>. This
29
special pseudotype identifies the function as a call handler and
30
prevents it from being called directly in SQL commands.
31
+ For more details on C language calling conventions and dynamic loading,
32
+ see <xref linkend="xfunc-c">.
33
</para>
34
35
<para>
0 commit comments