Add blurb on new docs in release notes.
Make minor info and markup changes for v6.5 release.
This commit is contained in:
parent
ebfbb79f25
commit
7b5f84d12d
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user