diff options
| author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-06-04 15:51:42 +0000 | 
|---|---|---|
| committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-06-04 15:51:42 +0000 | 
| commit | 7b5f84d12da5fb45bdb6379b411d770c33d697ea (patch) | |
| tree | 28d5bb501b63dfdc05ec545abd32db2c292817a4 /doc/src | |
| parent | ebfbb79f25b6394fab47d3a272bff1549c1031de (diff) | |
Add blurb on new docs in release notes.
Make minor info and markup changes for v6.5 release.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 8 | ||||
| -rw-r--r-- | doc/src/sgml/mvcc.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/ports.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/release.sgml | 26 | 
4 files changed, 34 insertions, 4 deletions
| diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 9a70b10165d..aa4b33608ef 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 cf4c8a92b87..2ce81ace1ac 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 ca1bd10ea50..1535ebb3026 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 6fbabdbad2f..9a309d26f31 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> | 
