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

📄 deallocate.sgml

📁 PostgreSQL 8.1.4的源码 适用于Linux下的开源数据库系统
💻 SGML
字号:
<!--$PostgreSQL: pgsql/doc/src/sgml/ref/deallocate.sgml,v 1.7 2004/09/30 04:23:27 neilc Exp $PostgreSQL documentation--><refentry id="SQL-DEALLOCATE"> <refmeta>  <refentrytitle id="sql-deallocate-title">DEALLOCATE</refentrytitle>  <refmiscinfo>SQL - Language Statements</refmiscinfo> </refmeta> <refnamediv>  <refname>DEALLOCATE</refname>  <refpurpose>deallocate a prepared statement</refpurpose> </refnamediv> <indexterm zone="sql-deallocate">  <primary>DEALLOCATE</primary> </indexterm> <indexterm zone="sql-deallocate">  <primary>prepared statements</primary>  <secondary>removing</secondary> </indexterm> <refsynopsisdiv><synopsis>DEALLOCATE [ PREPARE ] <replaceable class="parameter">plan_name</replaceable></synopsis> </refsynopsisdiv> <refsect1>  <title>Description</title>  <para>   <command>DEALLOCATE</command> is used to deallocate a previously   prepared SQL statement. If you do not explicitly deallocate a   prepared statement, it is deallocated when the session ends.  </para>  <para>   For more information on prepared statements, see <xref   linkend="sql-prepare" endterm="sql-prepare-title">.  </para> </refsect1> <refsect1>  <title>Parameters</title>  <variablelist>   <varlistentry>    <term><literal>PREPARE</literal></term>    <listitem>     <para>      This key word is ignored.     </para>    </listitem>   </varlistentry>   <varlistentry>    <term><replaceable class="parameter">plan_name</replaceable></term>    <listitem>     <para>      The name of the prepared statement to deallocate.     </para>    </listitem>   </varlistentry>  </variablelist> </refsect1> <refsect1>  <title>Compatibility</title>  <para>   The SQL standard includes a <command>DEALLOCATE</command>   statement, but it is only for use in embedded SQL.  </para> </refsect1> <refsect1>  <title>See Also</title>  <simplelist type="inline">   <member><xref linkend="sql-execute" endterm="sql-execute-title"></member>   <member><xref linkend="sql-prepare" endterm="sql-prepare-title"></member>  </simplelist> </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 + -