Skip to content
Snippets Groups Projects
load.sgml 2.12 KiB
Newer Older
$Header: /cvsroot/pgsql/doc/src/sgml/ref/load.sgml,v 1.12 2002/01/20 22:19:57 petere Exp $
<refentry id="SQL-LOAD">
 <refmeta>
  <refentrytitle id="SQL-LOAD-TITLE">LOAD</refentrytitle>
  <refmiscinfo>SQL - Language Statements</refmiscinfo>
 </refmeta>
  <refpurpose>load or reload a shared library file</refpurpose>
LOAD '<replaceable class="PARAMETER">filename</replaceable>'
 <refsect1 id="sql-load-description">
  <title>Description</title>
   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.
   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
   <citetitle>Programmer's Guide</citetitle> for more detail.
  </para>
 </refsect1>

 <refsect1 id="sql-load-compat">
  <title>Compatibility</title>
   <command>LOAD</command> is a <application>PostgreSQL</application>
   extension.
   <xref linkend="sql-createfunction">,
   <citetitle>PostgreSQL Programmer's Guide</citetitle>
  </para>
 </refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:nil
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../reference.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
-->