diff options
Diffstat (limited to 'doc/src/sgml/ref/load.sgml')
| -rw-r--r-- | doc/src/sgml/ref/load.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/load.sgml b/doc/src/sgml/ref/load.sgml index 895f071e167..0c80e0f0245 100644 --- a/doc/src/sgml/ref/load.sgml +++ b/doc/src/sgml/ref/load.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/load.sgml,v 1.15 2003/01/19 00:13:29 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/load.sgml,v 1.16 2003/03/25 16:15:42 petere Exp $ --> <refentry id="SQL-LOAD"> @@ -37,7 +37,7 @@ LOAD '<replaceable class="PARAMETER">filename</replaceable>' 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 may rely on a search path and automatic addition of the system's standard - shared library file name extension. See the &cite-programmer; for + shared library file name extension. See <xref linkend="xfunc"> for more information on this topic. </para> </refsect1> @@ -56,8 +56,7 @@ LOAD '<replaceable class="PARAMETER">filename</replaceable>' <title>See Also</title> <para> - <xref linkend="sql-createfunction" endterm="sql-createfunction-title">, - &cite-programmer; + <xref linkend="sql-createfunction" endterm="sql-createfunction-title"> </para> </refsect1> </refentry> |
