reference.sgml

来自「PostgreSQL7.4.6 for Linux」· SGML 代码 · 共 211 行

SGML
211
字号
<!-- reference.sgml$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.45 2003/06/27 14:45:25 petere Exp $PostgreSQL Reference Manual--><part id="reference"> <title>Reference</title> <partintro>  <para>   The entries in this Reference are meant to provide in reasonable   length an authoritative, complete, and formal summary about their   respective subjects.  More information about the use of   <productname>PostgreSQL</productname>, in narrative, tutorial, or   example form, may be found in other parts of this book.  See the   cross-references listed on each reference page.  </para>  <para>   The reference entries are also available as traditional   <quote>man</quote> pages.  </para> </partintro> <reference id="sql-commands">  <title>SQL Commands</title>  <partintro>   <para>    This part contains reference information for the    <acronym>SQL</acronym> commands supported by    <productname>PostgreSQL</productname>.  By <quote>SQL</quote> the    language in general is meant; information about the standards    conformance and compatibility of each command can be found on the    respective reference page.   </para>  </partintro>   &abort;   &alterAggregate;   &alterConversion;   &alterDatabase;   &alterDomain;   &alterFunction;   &alterGroup;   &alterLanguage;   &alterOperatorClass;   &alterSchema;   &alterSequence;   &alterTable;   &alterTrigger;   &alterUser;   &analyze;   &begin;   &checkpoint;   &close;   &cluster;   &commentOn;   &commit;   &copyTable;   &createAggregate;   &createCast;   &createConstraint;   &createConversion;   &createDatabase;   &createDomain;   &createFunction;   &createGroup;   &createIndex;   &createLanguage;   &createOperator;   &createOperatorClass;   &createRule;   &createSchema;   &createSequence;   &createTable;   &createTableAs;   &createTrigger;   &createType;   &createUser;   &createView;   &deallocate;   &declare;   &delete;   &dropAggregate;   &dropCast;   &dropConversion;   &dropDatabase;   &dropDomain;   &dropFunction;   &dropGroup;   &dropIndex;   &dropLanguage;   &dropOperator;   &dropOperatorClass;   &dropRule;   &dropSchema;   &dropSequence;   &dropTable;   &dropTrigger;   &dropType;   &dropUser;   &dropView;   &end;   &execute;   &explain;   &fetch;   &grant;   &insert;   &listen;   &load;   &lock;   &move;   &notify;   &prepare;   &reindex;   &reset;   &revoke;   &rollback;   &select;   &selectInto;   &set;   &setConstraints;   &setSessionAuth;   &setTransaction;   &show;   &startTransaction;   &truncate;   &unlisten;   &update;   &vacuum; </reference> <reference id="reference-client">  <title>PostgreSQL Client Applications</title>  <partintro>   <para>    This part contains reference information for    <productname>PostgreSQL</productname> client applications and    utilities.  Not all of these commands are of general utility, some    may require special privileges.  The common feature of these    applications is that they can be run on any host, independent of    where the database server resides.   </para>  </partintro>   &clusterdb;   &createdb;   &createlang;   &createuser;   &dropdb;   &droplang;   &dropuser;   &ecpgRef;   &pgConfig;   &pgDump;   &pgDumpall;   &pgRestore;   &pgTclSh;   &pgTkSh;   &psqlRef;   &vacuumdb; </reference> <reference id="reference-server">  <title>PostgreSQL Server Applications</title>  <partintro>   <para>    This part contains reference information for    <productname>PostgreSQL</productname> server applications and    support utilities.  These commands can only be run usefully on the    host where the database server resides.  Other utility programs    are listed in <xref linkend="reference-client">.   </para>  </partintro>   &initdb;   &initlocation;   &ipcclean;   &pgControldata;   &pgCtl;   &pgResetxlog;   &postgres;   &postmaster; </reference></part><!-- 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 + =
减小字号Ctrl + -
显示快捷键?