diff options
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> |