postgresql/doc/src/sgml/reference.sgml

192 lines
3.3 KiB
Plaintext
Raw Normal View History

1998-05-13 07:34:39 +02:00
<!-- reference.sgml
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.11 2000/12/25 23:15:26 petere Exp $
PostgreSQL Reference Manual
-->
<book id="reference">
<title><![%single-book;[PostgreSQL &version;]]> Reference Manual</title>
<bookinfo>
<corpauthor>The PostgreSQL Global Development Group</corpauthor>
1998-05-13 07:34:39 +02:00
<legalnotice>
<para>
<productname>PostgreSQL</productname> is &copy; 1998-2000
by PostgreSQL Inc.
</para>
</legalnotice>
</bookinfo>
1998-05-13 07:34:39 +02:00
<reference id="sql-commands">
<title>SQL Commands</title>
1998-05-13 07:34:39 +02:00
<partintro>
<para>
This is reference information for the <acronym>SQL</acronym>
commands supported by <productname>Postgres</productname>.
</para>
</partintro>
&abort;
&alterGroup;
&alterTable;
&alterUser;
&begin;
&close;
&cluster;
&commentOn;
&commit;
&copyTable;
&createAggregate;
&createConstraint;
&createDatabase;
&createFunction;
&createGroup;
&createIndex;
&createLanguage;
&createOperator;
&createRule;
&createSequence;
&createTable;
&createTableAs;
&createTrigger;
&createType;
&createUser;
&createView;
&declare;
&delete;
&dropAggregate;
&dropDatabase;
&dropFunction;
&dropGroup;
&dropIndex;
&dropLanguage;
&dropOperator;
&dropRule;
&dropSequence;
&dropTable;
&dropTrigger;
&dropType
&dropUser;
&dropView;
&end;
&explain;
&fetch;
&grant;
&insert;
&listen;
&load;
&lock;
&move;
&notify;
&reindex;
&reset;
&revoke;
&rollback;
&select;
&selectInto;
&set;
&setConstraints;
&setTransaction;
&show;
&truncate;
&unlisten;
&update;
&vacuum;
</reference>
1998-05-13 07:34:39 +02:00
<!--
Disable this chapter until we have more functions documented.
- thomas 1998-10-27
1998-05-13 07:34:39 +02:00
<reference id="sql-functions">
<title>SQL Functions</title>
1998-05-13 07:34:39 +02:00
<partintro>
<para>
This part provides reference information for the
<acronym>SQL</acronym> functions supported by
<productname>Postgres</productname>.
</para>
&currentDate;
&currentTime;
&currentTimestamp;
&currentUser;
</reference>
-->
<reference id="reference-client">
<title>PostgreSQL Client Applications</title>
1998-05-13 07:34:39 +02:00
<partintro>
<para>
This is reference information for
<productname>Postgres</productname> client applications and
utilities.
</para>
</partintro>
&createdb;
&createuser;
&dropdb;
&dropuser;
&ecpgRef;
&pgAccess;
&pgAdmin;
&pgConfig;
&pgDump;
&pgDumpall;
&pgRestore;
&psqlRef;
&pgTclSh;
&pgTkSh;
&vacuumdb;
</reference>
<reference id="reference-server">
<title>PostgreSQL Server Applications</title>
<partintro>
<para>
This is reference information for
<productname>Postgres</productname>
server applications and support utilities.
</para>
</partintro>
&createlang;
&droplang;
&initdb;
&initlocation;
&ipcclean;
&pgCtl;
&pgPasswd;
&pgUpgrade;
&postgres;
&postmaster;
</reference>
1998-05-13 07:34:39 +02:00
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode:sgml
sgml-omittag:nil
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"./reference.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:("/usr/lib/sgml/catalog")
sgml-local-ecat-files:nil
End:
-->