⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 load.sgml

📁 PostgreSQL 8.1.4的源码 适用于Linux下的开源数据库系统
💻 SGML
字号:
<!--$PostgreSQL: pgsql/doc/src/sgml/ref/load.sgml,v 1.21 2005/01/04 00:39:53 tgl Exp $--><refentry id="SQL-LOAD"> <refmeta>  <refentrytitle id="SQL-LOAD-TITLE">LOAD</refentrytitle>  <refmiscinfo>SQL - Language Statements</refmiscinfo> </refmeta> <refnamediv>  <refname>LOAD</refname>  <refpurpose>load or reload a shared library file</refpurpose> </refnamediv> <indexterm zone="sql-load">  <primary>LOAD</primary> </indexterm> <refsynopsisdiv><synopsis>LOAD '<replaceable class="PARAMETER">filename</replaceable>'</synopsis> </refsynopsisdiv> <refsect1 id="sql-load-description">  <title>Description</title>  <para>   This command loads a shared library file into the <productname>PostgreSQL</>   server'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   server 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>   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 <xref linkend="xfunc-c"> for   more information on this topic.  </para> </refsect1> <refsect1 id="sql-load-compat">  <title>Compatibility</title>  <para>   <command>LOAD</command> is a <productname>PostgreSQL</productname>   extension.  </para> </refsect1> <refsect1>  <title>See Also</title>  <para>   <xref linkend="sql-createfunction" endterm="sql-createfunction-title">  </para> </refsect1></refentry><!-- Keep this comment at the end of the fileLocal variables:mode: sgmlsgml-omittag:nilsgml-shorttag:tsgml-minimize-attributes:nilsgml-always-quote-attributes:tsgml-indent-step:1sgml-indent-data:tsgml-parent-document:nilsgml-default-dtd-file:"../reference.ced"sgml-exposed-tags:nilsgml-local-catalogs:"/usr/lib/sgml/catalog"sgml-local-ecat-files:nilEnd:-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -