From 18baa27d6b5b4dc735751ac290acad5d2d6cf97c Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Wed, 29 Jul 1998 06:35:19 +0000 Subject: [PATCH] Add port information for NS32532. Fix Id tag in chapter headings to allow meaningful file names in html. --- doc/src/sgml/arch-dev.sgml | 2 +- doc/src/sgml/arch-pg.sgml | 2 +- doc/src/sgml/arch.sgml | 2 +- doc/src/sgml/biblio.sgml | 6 +++--- doc/src/sgml/contacts.sgml | 20 ++++++++++++++++---- doc/src/sgml/geqo.sgml | 4 ++-- doc/src/sgml/intro-pg.sgml | 2 +- doc/src/sgml/intro.sgml | 2 +- doc/src/sgml/libpgtcl.sgml | 4 +++- doc/src/sgml/ports.sgml | 11 +++++++++-- doc/src/sgml/postgres.sgml | 2 +- doc/src/sgml/reference.sgml | 7 ++++--- doc/src/sgml/release.sgml | 4 ++-- doc/src/sgml/start.sgml | 2 +- 14 files changed, 46 insertions(+), 24 deletions(-) diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml index aa83257a0b..217ed9574b 100644 --- a/doc/src/sgml/arch-dev.sgml +++ b/doc/src/sgml/arch-dev.sgml @@ -1,4 +1,4 @@ - + Architecture diff --git a/doc/src/sgml/arch-pg.sgml b/doc/src/sgml/arch-pg.sgml index 5a22fd36e7..3b03811418 100644 --- a/doc/src/sgml/arch-pg.sgml +++ b/doc/src/sgml/arch-pg.sgml @@ -1,4 +1,4 @@ - + Architecture diff --git a/doc/src/sgml/arch.sgml b/doc/src/sgml/arch.sgml index b1404b353c..aeb53207c0 100644 --- a/doc/src/sgml/arch.sgml +++ b/doc/src/sgml/arch.sgml @@ -1,4 +1,4 @@ - + Architecture diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index 1cae84a3ed..2f48936a2f 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -1,4 +1,4 @@ - + <Acronym>SQL</Acronym> References @@ -167,7 +167,7 @@ Selected references and readings for SQL and Pos The <ProductName>PostgreSQL</ProductName> Reference Manual @@ -205,7 +205,7 @@ Selected references and readings for SQL and Pos --> - + diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index 61abf13ca4..0f67b82b01 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -1,4 +1,4 @@ - + Martin @@ -274,7 +274,7 @@ Suggestions are welcome :-( Enable bushy query tree processing within Postgres; that may improve the quality of query plans. - + References diff --git a/doc/src/sgml/intro-pg.sgml b/doc/src/sgml/intro-pg.sgml index 1f9cd52f56..78cf982390 100644 --- a/doc/src/sgml/intro-pg.sgml +++ b/doc/src/sgml/intro-pg.sgml @@ -1,4 +1,4 @@ - + Introduction diff --git a/doc/src/sgml/intro.sgml b/doc/src/sgml/intro.sgml index 9c0e81c1b0..45b42e43cc 100644 --- a/doc/src/sgml/intro.sgml +++ b/doc/src/sgml/intro.sgml @@ -1,4 +1,4 @@ - + Introduction diff --git a/doc/src/sgml/libpgtcl.sgml b/doc/src/sgml/libpgtcl.sgml index 82c267a456..7adae80f31 100644 --- a/doc/src/sgml/libpgtcl.sgml +++ b/doc/src/sgml/libpgtcl.sgml @@ -1,4 +1,4 @@ - + pgtcl @@ -516,6 +516,8 @@ parameter, the request is established, or the command string of an already existing request is replaced. With no callbackCommand parameter, a prior request is canceled. + + After a pg_listen request is established, the specified command string is executed whenever a NOTIFY message bearing the given name arrives from the backend. This occurs when any diff --git a/doc/src/sgml/ports.sgml b/doc/src/sgml/ports.sgml index f6700d1b83..23aab0888d 100644 --- a/doc/src/sgml/ports.sgml +++ b/doc/src/sgml/ports.sgml @@ -1,4 +1,4 @@ - + Ports @@ -6,7 +6,7 @@ Postgres is available free of charge. This manual - describes version 6.3 of Postgres. The authors have + describes version 6.4 of Postgres. The authors have compiled and tested Postgres on the following platforms: @@ -56,6 +56,13 @@ NetBSD 1.3 + NS32532 + v6.3 + 1998-07-20 + (Phil Nelson) + + + NetBSD 1.3 Sparc v6.3 1998-03-01 diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 820b39cfdd..6541098587 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -73,7 +73,7 @@ ]> - + diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index e05e99ed9a..17aeca1289 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -13,7 +13,7 @@ ]> - + @@ -80,7 +80,7 @@ Your name here... --> - + Summary @@ -104,7 +104,8 @@ It provides SQL92/SQL3 language support, &contacts; &biblio; - + + diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index d6d77425f3..d61d7650b2 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ - + Release Notes @@ -228,7 +228,7 @@ Old-style time travel has been removed. Performance has been impr Bruce Momjian wrote the following notes to introduce the new release. - + There are some general 6.3 issues that I want to mention. These are diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index bd6dc00160..0567e3a554 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -1,4 +1,4 @@ - + Getting Started -- 2.11.0