From b04e980146fdfc0eddae22989fcf734cb9d16844 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Wed, 21 Oct 1998 05:31:52 +0000 Subject: [PATCH] Include new information from Massimo. Rearrange ODBC docs. --- doc/src/sgml/admin.sgml | 2 ++ doc/src/sgml/postgres.sgml | 36 +++++++++++++++++++++++++----------- doc/src/sgml/programmer.sgml | 16 ++++++++++------ 3 files changed, 37 insertions(+), 17 deletions(-) diff --git a/doc/src/sgml/admin.sgml b/doc/src/sgml/admin.sgml index ed53c2cfaf..31c026d27a 100644 --- a/doc/src/sgml/admin.sgml +++ b/doc/src/sgml/admin.sgml @@ -19,6 +19,7 @@ $log$ + @@ -102,6 +103,7 @@ It provides SQL92/SQL3 language support, &ports; &install; &runtime; +&options; &start-ag; &recovery; ®ress; diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 29b4ee55a3..70f4d5121e 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -6,6 +6,14 @@ 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. @@ -49,14 +57,15 @@ Include new chapters. %allfiles; - - + + + - + @@ -79,17 +88,19 @@ Include new chapters. + - - - - - - + + + + + + + ]> @@ -207,6 +218,7 @@ Installation and maintenance information. &intro-ag; &ports; &install; +&options; &start-ag; &recovery; ®ress; @@ -233,6 +245,7 @@ Information for extending Postgres. &dfunc; &trigger; &spi; +&xplang; @@ -256,13 +269,14 @@ User and programmer interfaces. Developer's Guide -The Developer's Guide includes discussion of design decisions and suggestions for -future development. +The Developer's Guide includes discussion of design decisions and +suggestions for future development. &arch-dev; &geqo; &protocol; +&signals; &compiler; &bki; &page; diff --git a/doc/src/sgml/programmer.sgml b/doc/src/sgml/programmer.sgml index 301fbb7882..7f62767ef5 100644 --- a/doc/src/sgml/programmer.sgml +++ b/doc/src/sgml/programmer.sgml @@ -60,16 +60,18 @@ $log$ + - - - - - - + + + + + + + ]> @@ -165,12 +167,14 @@ It provides SQL92/SQL3 language support, &ecpg; &odbc; &jdbc; +&xplang; &arch-dev; &geqo; &protocol; +&signals; &compiler; &bki; &page; -- 2.39.5