aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/installation.sgml8
-rw-r--r--doc/src/sgml/mvcc.sgml2
-rw-r--r--doc/src/sgml/ports.sgml2
-rw-r--r--doc/src/sgml/release.sgml26
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 &copy; 1998-9
+<productname>PostgreSQL</productname> is Copyright &copy; 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>