From b2e76d570bf0d61a35d14e80386258bf3e11afc5 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 24 Nov 2000 17:44:22 +0000 Subject: 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. --- doc/src/sgml/programmer.sgml | 136 +++++++++++-------------------------------- 1 file changed, 33 insertions(+), 103 deletions(-) (limited to 'doc/src/sgml/programmer.sgml') diff --git a/doc/src/sgml/programmer.sgml b/doc/src/sgml/programmer.sgml index 85fc3761842..9bfd5801777 100644 --- a/doc/src/sgml/programmer.sgml +++ b/doc/src/sgml/programmer.sgml @@ -1,78 +1,22 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]> - - - - PostgreSQL Programmer's Guide + <![%single-book;[PostgreSQL &version;]]> Programmer's Guide - Covering v7.0 for general release - - - The PostgreSQL Development Team - - - - Thomas - Lockhart - - Caltech/JPL - - - - - + The PostgreSQL Global Development Group - (last updated 2000-05-01) - + + Thomas + Lockhart + + Caltech/JPL + + @@ -83,20 +27,7 @@ Postgres Programmer's Guide. - - - - - + Summary @@ -111,9 +42,25 @@ Your name here... + - Server Programming</> +]]> + + <part id="programmer-client"> + <title>Client Interfaces + &libpq; + &lobj; + &libpqpp; + &libpgtcl; + &libpgeasy; + &ecpg; + &odbc; + &jdbc; + &lisp; + + + + Server Programming &arch-pg; &extend; &xfunc; @@ -139,27 +86,10 @@ Disable it until we put in some info. &trigger; &spi; - - Client Interfaces</> - &lobj; - &libpq; - &libpqpp; - &libpgtcl; - &libpgeasy; - &ecpg; - &odbc; - &jdbc; - &lisp; - </part> -<!-- -&contacts; ---> - &biblio; -<!-- -<index id="index"> -</index> ---> +<![%single-book;[ + &biblio; +]]> </book> -- cgit v1.2.3