commands.sgml
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:2k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1.  <chapter id="sql-commands">
  2.   <Title>SQL Commands</Title>
  3.   <abstract>
  4.    <Para>
  5.     This is reference information for the <acronym>SQL</acronym>
  6.     commands supported by <productname>Postgres</productname>.
  7.    </Para>
  8.   </abstract>
  9.    &abort;
  10.    &alterTable;
  11.    &alterUser;
  12.    &begin;
  13.    &close;
  14.    &cluster;
  15.    &commit;
  16.    &copyTable;
  17.    &createAggregate;
  18.    &createDatabase;
  19.    &createFunction;
  20.    &createIndex;
  21.    &createLanguage;
  22.    &createOperator;
  23.    &createRule;
  24.    &createSequence;
  25.    &createTable;
  26.    &createTableAs;
  27.    &createTrigger;
  28.    &createType;
  29.    &createUser;
  30.    &createView;
  31.    &declare;
  32.    &delete;
  33.    &dropAggregate;
  34.    &dropDatabase;
  35.    &dropFunction;
  36.    &dropIndex;
  37.    &dropLanguage;
  38.    &dropOperator;
  39.    &dropRule;
  40.    &dropSequence;
  41.    &dropTable;
  42.    &dropTrigger;
  43.    &dropType
  44.    &dropUser;
  45.    &dropView;
  46.    &explain;
  47.    &fetch;
  48.    &grant;
  49.    &insert;
  50.    &listen;
  51.    &load;
  52.    &lock;
  53.    &move;
  54.    &notify;
  55.    &reset;
  56.    &revoke;
  57.    &rollback;
  58.    &select;
  59.    &selectInto;
  60.    &set;
  61.    &show;
  62.    &unlisten;
  63.    &update;
  64.    &vacuum;
  65.   
  66.  </Chapter>
  67. <!--
  68. Disable this chapter until we have more functions documented.
  69. - thomas 1998-10-27
  70. <chapter Id="sql-functions">
  71. <title>SQL Functions</title>
  72. <para>
  73. This chapter provides reference information for the <acronym>SQL</acronym>
  74. functions supported by <productname>Postgres</productname>.
  75. </para>
  76. &currentDate;
  77. &currentTime;
  78. &currentTimestamp;
  79. &currentUser;
  80. </chapter>
  81. -->
  82.  <chapter Id="utilities">
  83.   <title>Applications</title>
  84.   <abstract>
  85.    <para>
  86.     This is reference information for  
  87.     <productname>Postgres</productname> applications
  88.     and support utilities.
  89.    </para>
  90.   </abstract>
  91.    &createdb;
  92.    &createuser;
  93.    &destroydb;
  94.    &destroyuser;
  95.    &initdb;
  96.    &initlocation;
  97.    &pgAccess;
  98.    &pgAdmin;
  99.    &pgDump;
  100.    &pgDumpall;
  101.    &postgres;
  102.    &postmaster;
  103.    &psqlRef;
  104.    &vacuumdb;
  105.  </chapter>
  106. <!-- Keep this comment at the end of the file
  107. Local variables:
  108. mode: sgml
  109. sgml-omittag:nil
  110. sgml-shorttag:t
  111. sgml-minimize-attributes:nil
  112. sgml-always-quote-attributes:t
  113. sgml-indent-step:1
  114. sgml-indent-data:t
  115. sgml-parent-document:nil
  116. sgml-default-dtd-file:"../reference.ced"
  117. sgml-exposed-tags:nil
  118. sgml-local-catalogs:"/usr/lib/sgml/catalog"
  119. sgml-local-ecat-files:nil
  120. End:
  121. -->