drop_user.sgml
来自「postgresql8.3.4源码,开源数据库」· SGML 代码 · 共 55 行
SGML
55 行
<!--$PostgreSQL: pgsql/doc/src/sgml/ref/drop_user.sgml,v 1.24 2007/05/15 19:43:51 neilc Exp $PostgreSQL documentation--><refentry id="SQL-DROPUSER"> <refmeta> <refentrytitle id="SQL-DROPUSER-TITLE">DROP USER</refentrytitle> <refmiscinfo>SQL - Language Statements</refmiscinfo> </refmeta> <refnamediv> <refname>DROP USER</refname> <refpurpose>remove a database role</refpurpose> </refnamediv> <indexterm zone="sql-dropuser"> <primary>DROP USER</primary> </indexterm> <refsynopsisdiv><synopsis>DROP USER [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ...]</synopsis> </refsynopsisdiv> <refsect1> <title>Description</title> <para> <command>DROP USER</command> is now an alias for <xref linkend="sql-droprole" endterm="sql-droprole-title">. </para> </refsect1> <refsect1> <title>Compatibility</title> <para> The <command>DROP USER</command> statement is a <productname>PostgreSQL</productname> extension. The SQL standard leaves the definition of users to the implementation. </para> </refsect1> <refsect1> <title>See Also</title> <simplelist type="inline"> <member><xref linkend="sql-droprole" endterm="sql-droprole-title"></member> </simplelist> </refsect1></refentry>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?