mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
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.
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.24 2000/10/16 03:34:47 pjw Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.25 2000/11/24 17:44:22 petere Exp $
|
||||
Postgres documentation
|
||||
Complete list of usable sgml source files in this directory.
|
||||
-->
|
||||
|
||||
<!entity intro-ref system "intro-ref.sgml">
|
||||
<!entity commands system "commands.sgml">
|
||||
|
||||
<!-- these will go into the "operators" reference chapter -->
|
||||
<!entity all system "all.sgml">
|
||||
<!entity any system "any.sgml">
|
||||
@@ -38,7 +35,7 @@ Complete list of usable sgml source files in this directory.
|
||||
<!entity trim system "trim.sgml">
|
||||
<!entity upper system "upper.sgml">
|
||||
|
||||
<!-- these are in the "commands" reference chapter -->
|
||||
<!-- SQL commands -->
|
||||
<!entity abort system "abort.sgml">
|
||||
<!entity alterGroup system "alter_group.sgml">
|
||||
<!entity alterTable system "alter_table.sgml">
|
||||
@@ -107,7 +104,7 @@ Complete list of usable sgml source files in this directory.
|
||||
<!entity update system "update.sgml">
|
||||
<!entity vacuum system "vacuum.sgml">
|
||||
|
||||
<!-- these are in the "utilities" reference chapter -->
|
||||
<!-- applications and utilities -->
|
||||
<!entity createdb system "createdb.sgml">
|
||||
<!entity createlang system "createlang.sgml">
|
||||
<!entity createuser system "createuser.sgml">
|
||||
|
||||
@@ -1,175 +0,0 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.29 2000/10/18 13:29:23 pjw Exp $
|
||||
Postgres documentation
|
||||
-->
|
||||
|
||||
<chapter id="sql-commands">
|
||||
<Title>SQL Commands</Title>
|
||||
|
||||
<abstract>
|
||||
<Para>
|
||||
This is reference information for the <acronym>SQL</acronym>
|
||||
commands supported by <productname>Postgres</productname>.
|
||||
</Para>
|
||||
</abstract>
|
||||
|
||||
&abort;
|
||||
&alterGroup;
|
||||
&alterTable;
|
||||
&alterUser;
|
||||
&begin;
|
||||
&close;
|
||||
&cluster;
|
||||
&commentOn;
|
||||
&commit;
|
||||
©Table;
|
||||
&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;
|
||||
¬ify;
|
||||
&reindex;
|
||||
&reset;
|
||||
&revoke;
|
||||
&rollback;
|
||||
&select;
|
||||
&selectInto;
|
||||
&set;
|
||||
&setConstraints;
|
||||
&setSession;
|
||||
&setTransaction;
|
||||
&show;
|
||||
&truncate;
|
||||
&unlisten;
|
||||
&update;
|
||||
&vacuum;
|
||||
|
||||
</Chapter>
|
||||
|
||||
<!--
|
||||
Disable this chapter until we have more functions documented.
|
||||
- thomas 1998-10-27
|
||||
|
||||
<chapter Id="sql-functions">
|
||||
<title>SQL Functions</title>
|
||||
|
||||
<para>
|
||||
This chapter provides reference information for the <acronym>SQL</acronym>
|
||||
functions supported by <productname>Postgres</productname>.
|
||||
</para>
|
||||
|
||||
¤tDate;
|
||||
¤tTime;
|
||||
¤tTimestamp;
|
||||
¤tUser;
|
||||
|
||||
</chapter>
|
||||
|
||||
-->
|
||||
|
||||
<chapter Id="applications">
|
||||
<title>Applications</title>
|
||||
|
||||
<abstract>
|
||||
<para>
|
||||
This is reference information for
|
||||
<productname>Postgres</productname> applications
|
||||
and support utilities.
|
||||
</para>
|
||||
</abstract>
|
||||
|
||||
&createdb;
|
||||
&createlang;
|
||||
&createuser;
|
||||
&dropdb;
|
||||
&droplang;
|
||||
&dropuser;
|
||||
&ecpgRef;
|
||||
&pgAccess;
|
||||
&pgAdmin;
|
||||
&pgConfig;
|
||||
&pgCtl;
|
||||
&pgDump;
|
||||
&pgDumpall;
|
||||
&pgRestore;
|
||||
&psqlRef;
|
||||
&pgTclSh;
|
||||
&pgTkSh;
|
||||
&vacuumdb;
|
||||
|
||||
</chapter>
|
||||
|
||||
<chapter Id="utilities">
|
||||
<title>System Applications</title>
|
||||
|
||||
<abstract>
|
||||
<para>
|
||||
This is reference information for
|
||||
<productname>Postgres</productname>
|
||||
servers and support utilities.
|
||||
</para>
|
||||
</abstract>
|
||||
|
||||
&initdb;
|
||||
&initlocation;
|
||||
&ipcclean;
|
||||
&pgPasswd;
|
||||
&pgUpgrade;
|
||||
&postgres;
|
||||
&postmaster;
|
||||
|
||||
</chapter>
|
||||
|
||||
<!-- 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:
|
||||
-->
|
||||
Reference in New Issue
Block a user