Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8de14ad

Browse files
committed
Make procedural language handler reference C-language function docs.
Based on suggestions from Jonathan Leto and Joshua Tolley.
1 parent 3661400 commit 8de14ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/plhandler.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/plhandler.sgml,v 1.10 2010/04/03 07:22:55 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/plhandler.sgml,v 1.11 2010/06/08 20:12:59 rhaas Exp $ -->
22

33
<chapter id="plhandler">
44
<title>Writing A Procedural Language Handler</title>
@@ -28,6 +28,8 @@
2828
and returning the type <type>language_handler</type>. This
2929
special pseudotype identifies the function as a call handler and
3030
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">.
3133
</para>
3234

3335
<para>

0 commit comments

Comments
 (0)