mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +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,60 +1,20 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/tutorial.sgml,v 1.10 2000/05/02 20:01:53 thomas Exp $
|
||||
|
||||
Postgres tutorial. Derived from postgres.sgml.
|
||||
thomas 1998-02-23
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/tutorial.sgml,v 1.11 2000/11/24 17:44:22 petere Exp $
|
||||
-->
|
||||
|
||||
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
||||
|
||||
<!entity about SYSTEM "about.sgml">
|
||||
<!entity history SYSTEM "history.sgml">
|
||||
<!entity info SYSTEM "info.sgml">
|
||||
<!entity legal SYSTEM "legal.sgml">
|
||||
<!entity notation SYSTEM "notation.sgml">
|
||||
<!entity problems SYSTEM "problems.sgml">
|
||||
<!entity y2k SYSTEM "y2k.sgml">
|
||||
|
||||
<!entity advanced SYSTEM "advanced.sgml">
|
||||
<!entity arch SYSTEM "arch.sgml">
|
||||
<!entity biblio SYSTEM "biblio.sgml">
|
||||
<!entity intro SYSTEM "intro.sgml">
|
||||
<!entity query SYSTEM "query.sgml">
|
||||
<!entity sql SYSTEM "sql.sgml">
|
||||
<!entity start SYSTEM "start.sgml">
|
||||
]>
|
||||
|
||||
<book id="tutorial">
|
||||
|
||||
<!-- Title information -->
|
||||
|
||||
<title>PostgreSQL Tutorial</title>
|
||||
<title><![%single-book;[PostgreSQL &version;]]> Tutorial</title>
|
||||
<bookinfo>
|
||||
<releaseinfo>Covering v7.0 for general release</releaseinfo>
|
||||
<bookbiblio>
|
||||
<authorgroup>
|
||||
<corpauthor>The PostgreSQL Development Team</corpauthor>
|
||||
</authorgroup>
|
||||
<!-- editor in authorgroup is not supported
|
||||
<AuthorGroup>
|
||||
-->
|
||||
<editor>
|
||||
<firstname>Thomas</firstname>
|
||||
<surname>Lockhart</surname>
|
||||
<affiliation>
|
||||
<orgname>Caltech/JPL</orgname>
|
||||
</affiliation>
|
||||
</editor>
|
||||
<!--
|
||||
</AuthorGroup>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<AuthorInitials>TGL</AuthorInitials>
|
||||
-->
|
||||
<corpauthor>The PostgreSQL Global Development Group</corpauthor>
|
||||
|
||||
<date>(last updated 2000-05-01)</date>
|
||||
</bookbiblio>
|
||||
<editor>
|
||||
<firstname>Thomas</firstname>
|
||||
<surname>Lockhart</surname>
|
||||
<affiliation>
|
||||
<orgname>Caltech/JPL</orgname>
|
||||
</affiliation>
|
||||
</editor>
|
||||
|
||||
<legalnotice>
|
||||
<para>
|
||||
@@ -65,20 +25,7 @@ thomas 1998-02-23
|
||||
|
||||
</bookinfo>
|
||||
|
||||
<!--
|
||||
<TOC> </TOC>
|
||||
<LOT> </LOT>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<Dedication>
|
||||
<Para>
|
||||
Your name here...
|
||||
</Para>
|
||||
</Dedication>
|
||||
-->
|
||||
|
||||
<preface>
|
||||
<preface id="tutorial-preface">
|
||||
<title>Summary</title>
|
||||
|
||||
<para>
|
||||
@@ -93,18 +40,17 @@ Your name here...
|
||||
</para>
|
||||
</preface>
|
||||
|
||||
<![%single-book;[
|
||||
&intro;
|
||||
]]>
|
||||
&sql;
|
||||
&arch;
|
||||
&start;
|
||||
&query;
|
||||
&advanced;
|
||||
|
||||
<![%single-book;[
|
||||
&biblio;
|
||||
|
||||
<!--
|
||||
<INDEX> </INDEX>
|
||||
-->
|
||||
]]>
|
||||
|
||||
</book>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user