diff options
Diffstat (limited to 'doc/src/sgml/xplang.sgml')
-rw-r--r-- | doc/src/sgml/xplang.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/xplang.sgml b/doc/src/sgml/xplang.sgml index 59d3050ee6a..87de1971bc4 100644 --- a/doc/src/sgml/xplang.sgml +++ b/doc/src/sgml/xplang.sgml @@ -1,7 +1,7 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/xplang.sgml,v 1.36 2009/12/19 01:49:02 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/xplang.sgml,v 1.37 2010/04/03 07:22:56 petere Exp $ --> <chapter id="xplang"> - <title id="xplang-title">Procedural Languages</title> + <title>Procedural Languages</title> <indexterm zone="xplang"> <primary>procedural language</primary> @@ -113,7 +113,7 @@ CREATE FUNCTION <replaceable>handler_function_name</replaceable>() <para> Optionally, the language handler can provide an <quote>inline</> handler function that executes anonymous code blocks - (<xref linkend="sql-do" endterm="sql-do-title"> commands) + (<xref linkend="sql-do"> commands) written in this language. If an inline handler function is provided by the language, declare it with a command like <synopsis> |