diff options
author | Thomas G. Lockhart | 1998-09-30 05:41:54 +0000 |
---|---|---|
committer | Thomas G. Lockhart | 1998-09-30 05:41:54 +0000 |
commit | 2d73585028514e2fec00d4c969d1ef0879b8d78c (patch) | |
tree | 5156e20a3909fa45454547911336fae7086ca939 /doc/src/sgml/programmer.sgml | |
parent | d1a3b7528dea7645fa1eda1ecd786f502a817ab0 (diff) |
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/programmer.sgml')
-rw-r--r-- | doc/src/sgml/programmer.sgml | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/doc/src/sgml/programmer.sgml b/doc/src/sgml/programmer.sgml index 5403a95d636..2a5b1c782a5 100644 --- a/doc/src/sgml/programmer.sgml +++ b/doc/src/sgml/programmer.sgml @@ -1,12 +1,22 @@ -<!-- programmer.sgml -- -- Postgres programmer's guide. -- Derived from postgres.sgml. -- thomas 1998-02-24 -- -- --> +<!-- +$header$ + +Postgres programmer's guide. +Derived from postgres.sgml. +thomas 1998-02-24 + +$log$ + +--> + <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [ -<!entity intro SYSTEM "intro.sgml"> + +<!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 arch SYSTEM "arch.sgml"> <!entity start SYSTEM "start.sgml"> <!entity query SYSTEM "query.sgml"> @@ -60,7 +70,7 @@ <!entity biblio SYSTEM "biblio.sgml"> <!entity contacts SYSTEM "contacts.sgml"> ]> -<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc --> + <Book Id="programmer"> <!-- Title information --> @@ -95,7 +105,8 @@ <LegalNotice> <Para> -<ProductName>PostgreSQL</ProductName> is copyright (C) 1998 by the Postgres Global Development Group. +<ProductName>PostgreSQL</ProductName> is copyright (C) 1998 +by the Postgres Global Development Group. </Para> </LegalNotice> |