postgresql/doc/src/sgml/reference.sgml
Peter Eisentraut b2e76d570b Revive Reference Manual, remove reference pages from User's Guide.
Make version.sgml the central place for updating version numbers in the
documentation.  Document titles now contain the version number of the
release they belong to.

filelist.sgml is the central (and only) place to declare system entities
(i.e., sgml files).  No longer a need to declare them in each document
header.

There is no longer any need to maintain duplicate chapter lists in
postgres.sgml and user/admin/etc.sgml, everything is build from the same
sources.  Some parameter entities allow for different text to be included
when the integrated or a single doc set is generated, which eliminates the
problems that had caused this to fail in the past.
2000-11-24 17:44:22 +00:00

193 lines
3.3 KiB
Plaintext

<!-- reference.sgml
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.9 2000/11/24 17:44:22 petere Exp $
PostgreSQL Reference Manual
-->
<book id="reference">
<title><![%single-book;[PostgreSQL &version;]]> Reference Manual</title>
<bookinfo>
<corpauthor>The PostgreSQL Global Development Group</corpauthor>
<legalnotice>
<para>
<productname>PostgreSQL</productname> is &copy; 1998-2000
by PostgreSQL Inc.
</para>
</legalnotice>
</bookinfo>
<reference id="sql-commands">
<title>SQL Commands</title>
<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;
&setSession;
&setTransaction;
&show;
&truncate;
&unlisten;
&update;
&vacuum;
</reference>
<!--
Disable this chapter until we have more functions documented.
- thomas 1998-10-27
<reference id="sql-functions">
<title>SQL Functions</title>
<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>Client Applications</title>
<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>Server Applications and Utilities</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>
</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:
-->