mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
SGML improvements.
Neil Conway
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/load.sgml,v 1.12 2002/01/20 22:19:57 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/load.sgml,v 1.13 2002/11/15 03:11:18 momjian Exp $
|
||||
-->
|
||||
|
||||
<refentry id="SQL-LOAD">
|
||||
@@ -23,13 +23,14 @@ LOAD '<replaceable class="PARAMETER">filename</replaceable>'
|
||||
<title>Description</title>
|
||||
|
||||
<para>
|
||||
Loads a shared library file into the PostgreSQL backend's address
|
||||
space. If the file had been loaded previously, it is first
|
||||
unloaded. This command is primarily useful to unload and reload a
|
||||
shared library file that has been changed since the backend first
|
||||
loaded it. To make use of the
|
||||
shared library, function(s) in it need to be declared using the <xref
|
||||
linkend="sql-createfunction" endterm="sql-createfunction-title"> command.
|
||||
Loads a shared library file into the <productname>PostgreSQL</>
|
||||
backend's address space. If the file had been loaded previously,
|
||||
it is first unloaded. This command is primarily useful to unload
|
||||
and reload a shared library file that has been changed since the
|
||||
backend first loaded it. To make use of the shared library,
|
||||
function(s) in it need to be declared using the <xref
|
||||
linkend="sql-createfunction" endterm="sql-createfunction-title">
|
||||
command.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user