diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-10-08 04:41:07 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-10-08 04:41:07 +0000 |
| commit | 822b0159cc4a4411bb8d2829f7328b7c52fef2f2 (patch) | |
| tree | 6cea10506f36b8ea8b709cb905fb3c1dfeec4e14 /doc/src/sgml/ref/create_language.sgml | |
| parent | 717fa274d14d9cd25396b85bb92f567e1c623f0c (diff) | |
Update plhandler.sgml to describe validators and inline handlers for
procedural languages.
Diffstat (limited to 'doc/src/sgml/ref/create_language.sgml')
| -rw-r--r-- | doc/src/sgml/ref/create_language.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_language.sgml b/doc/src/sgml/ref/create_language.sgml index 4c0463ddec1..f87308edb36 100644 --- a/doc/src/sgml/ref/create_language.sgml +++ b/doc/src/sgml/ref/create_language.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_language.sgml,v 1.46 2009/09/22 23:43:37 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_language.sgml,v 1.47 2009/10/08 04:41:07 tgl Exp $ PostgreSQL documentation --> @@ -41,7 +41,7 @@ CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE <replaceable class="parameter">name</ <para> <command>CREATE LANGUAGE</command> effectively associates the language name with a call handler that is responsible for executing - functions written in the language. Refer to <xref linkend="xplang"> + functions written in the language. Refer to <xref linkend="plhandler"> for more information about language call handlers. </para> |
