diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 9a70b10165d7f5a69f942ccd00a7586f811444f4..aa4b33608ef13548767e6170e5af53c542af3a55 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,10 +1,14 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.5 1999/06/03 04:21:48 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.6 1999/06/04 15:51:42 thomas Exp $ Postgres quick Installation Guide. - thomas 1998-10-26 $Log: installation.sgml,v $ +Revision 1.6 1999/06/04 15:51:42 thomas +Add blurb on new docs in release notes. +Make minor info and markup changes for v6.5 release. + Revision 1.5 1999/06/03 04:21:48 thomas Markup changes for v6.5 release. Clean out duplicate stuff in odbc.sgml resulting from a faulty patch. @@ -88,7 +92,7 @@ First cut at standalone installation guide to replace INSTALL text source. <legalnotice> <para> -<productname>PostgreSQL</productname> is © 1998-9 +<productname>PostgreSQL</productname> is Copyright © 1996-9 by the Postgres Global Development Group. </para> </legalnotice> diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index cf4c8a92b8784307ef5ecce0f219845ce39f1638..2ce81ace1ac2b711d7e6192a39a91fab286f560b 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -515,7 +515,7 @@ ERROR: Can't serialize access due to concurrent update by <command>SELECT</command> it doesn't mean that this row really exists at the time it is returned (i.e. sometime after the statement or transaction began) nor - that the row is protected from deletion or updation by concurrent + that the row is protected from deletion or update by concurrent transactions before the current transaction does a commit or rollback. </para> diff --git a/doc/src/sgml/ports.sgml b/doc/src/sgml/ports.sgml index ca1bd10ea50aa26d850946be7a3327209497ee6f..1535ebb302650da1c7283f578b769cb7819e301b 100644 --- a/doc/src/sgml/ports.sgml +++ b/doc/src/sgml/ports.sgml @@ -102,7 +102,7 @@ <row> <entry>linux 2.0.x/glibc2</entry> <entry>x86</entry> - <entry>v6.4</entry> + <entry>v6.5</entry> <entry>1999-05-24</entry> <entry>(<ulink url="mailto:lockhart@alumni.caltech.edu">Thomas Lockhart</ulink>)</entry> </row> diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 6fbabdbad2f83cf923e695063f3ebe4b8c8c211c..9a309d26f31947894de456993c299830c30c63c4 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -121,6 +121,32 @@ </para> </listitem> </varlistentry> + + <varlistentry> + <term> + Documentation + </term> + <listitem> + <para> + New and updated material is present throughout the + documentation. New <acronym>FAQ</acronym>s have been + contributed for SGI and AIX platforms. + The <citetitle>Tutorial</citetitle> has introductory information + on <acronym>SQL</acronym> from Stefan Simkovics. + For the <citetitle>User's Guide</citetitle>, there are + reference pages covering the postmaster and more utility + programs, and a new appendix + contains details on date/time behavior. + The <citetitle>Administrator's Guide</citetitle> has a new + chapter on troubleshooting from Tom Lane. + And the <citetitle>Programmer's Guide</citetitle> has a + description of query processing, also from Stefan, and details + on obtaining the <productname>Postgres</productname> source + tree via anonymous <productname>CVS</productname> and + <productname>CVSup</productname>. + </para> + </listitem> + </varlistentry> </variablelist> </para>