diff options
Diffstat (limited to 'doc/src/sgml/ref/load.sgml')
-rw-r--r-- | doc/src/sgml/ref/load.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/load.sgml b/doc/src/sgml/ref/load.sgml index 64237b09f5..ef74a0fbd4 100644 --- a/doc/src/sgml/ref/load.sgml +++ b/doc/src/sgml/ref/load.sgml @@ -1,10 +1,10 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/load.sgml,v 1.26 2009/09/03 22:11:07 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/load.sgml,v 1.27 2010/04/03 07:23:01 petere Exp $ --> <refentry id="SQL-LOAD"> <refmeta> - <refentrytitle id="SQL-LOAD-TITLE">LOAD</refentrytitle> + <refentrytitle>LOAD</refentrytitle> <manvolnum>7</manvolnum> <refmiscinfo>SQL - Language Statements</refmiscinfo> </refmeta> @@ -39,7 +39,7 @@ LOAD '<replaceable class="PARAMETER">filename</replaceable>' <para> The file name is specified in the same way as for shared library - names in <xref linkend="sql-createfunction" endterm="sql-createfunction-title">; in particular, one + names in <xref linkend="sql-createfunction">; in particular, one can rely on a search path and automatic addition of the system's standard shared library file name extension. See <xref linkend="xfunc-c"> for more information on this topic. @@ -73,7 +73,7 @@ LOAD '<replaceable class="PARAMETER">filename</replaceable>' <title>See Also</title> <para> - <xref linkend="sql-createfunction" endterm="sql-createfunction-title"> + <xref linkend="sql-createfunction"> </para> </refsect1> </refentry> |