diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-09-30 05:41:54 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-09-30 05:41:54 +0000 |
commit | 2d73585028514e2fec00d4c969d1ef0879b8d78c (patch) | |
tree | 5156e20a3909fa45454547911336fae7086ca939 /doc/src/sgml/postgres.sgml | |
parent | d1a3b7528dea7645fa1eda1ecd786f502a817ab0 (diff) | |
download | postgresql-2d73585028514e2fec00d4c969d1ef0879b8d78c.tar.gz postgresql-2d73585028514e2fec00d4c969d1ef0879b8d78c.zip |
Clean up pages. Add information for operator precedence.
Split introduction sections into separate files to allow the legal notice
and notation sections appear in all documents without having the history
show up everplace too.
Add full list of reserved and non-reserved key words in syntax.sgml.
Add a separate chapter to the admin guide on security.
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index a1a847c8768..4a7a6cc086e 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,10 +1,19 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.8 1998/08/17 16:20:33 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.9 1998/09/30 05:41:49 thomas Exp $ + Postgres integrated documentation. Other subset docs should be copied and shrunk from here. thomas 1998-02-23 $Log: postgres.sgml,v $ +Revision 1.9 1998/09/30 05:41:49 thomas +Clean up pages. Add information for operator precedence. +Split introduction sections into separate files to allow the legal notice + and notation sections appear in all documents without having the history + show up everplace too. +Add full list of reserved and non-reserved key words in syntax.sgml. +Add a separate chapter to the admin guide on security. + Revision 1.8 1998/08/17 16:20:33 thomas Move SQL reference pages up into the User's Guide. @@ -15,6 +24,12 @@ Include new chapters. <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//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"> + <!-- tutorial --> <!entity intro SYSTEM "intro.sgml"> <!entity arch SYSTEM "arch.sgml"> @@ -42,8 +57,10 @@ Include new chapters. %allfiles; <!-- administrator's guide --> +<!entity intro-ag SYSTEM "intro-ag.sgml"> <!entity start-ag SYSTEM "start-ag.sgml"> <!entity install SYSTEM "install.sgml"> +<!entity runtime SYSTEM "runtime.sgml"> <!entity recovery SYSTEM "recovery.sgml"> <!entity regress SYSTEM "regress.sgml"> <!entity ports SYSTEM "ports.sgml"> @@ -195,6 +212,7 @@ Information for users. Installation and maintenance information. </Para> </PartIntro> +&intro-ag; &ports; &install; &start-ag; |