File tree Expand file tree Collapse file tree 4 files changed +34
-4
lines changed Expand file tree Collapse file tree 4 files changed +34
-4
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.5 1999/06/03 04:21:48 thomas Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.6 1999/06/04 15:51:42 thomas Exp $
33
44Postgres quick Installation Guide.
55- thomas 1998-10-26
66
77$Log: installation.sgml,v $
8+ Revision 1.6 1999/06/04 15:51:42 thomas
9+ Add blurb on new docs in release notes.
10+ Make minor info and markup changes for v6.5 release.
11+
812Revision 1.5 1999/06/03 04:21:48 thomas
913Markup changes for v6.5 release.
1014Clean 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.
8892
8993<legalnotice>
9094<para>
91- <productname>PostgreSQL</productname> is © 1998 -9
95+ <productname>PostgreSQL</productname> is Copyright © 1996 -9
9296by the Postgres Global Development Group.
9397</para>
9498</legalnotice>
Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ ERROR: Can't serialize access due to concurrent update
515515 by <command>SELECT</command> it doesn't mean that this row really
516516 exists at the time it is returned (i.e. sometime after the
517517 statement or transaction began) nor
518- that the row is protected from deletion or updation by concurrent
518+ that the row is protected from deletion or update by concurrent
519519 transactions before the current transaction does a commit or rollback.
520520 </para>
521521
Original file line number Diff line number Diff line change 102102 <row>
103103 <entry>linux 2.0.x/glibc2</entry>
104104 <entry>x86</entry>
105- <entry>v6.4 </entry>
105+ <entry>v6.5 </entry>
106106 <entry>1999-05-24</entry>
107107 <entry>(<ulink url="mailto:lockhart@alumni.caltech.edu">Thomas Lockhart</ulink>)</entry>
108108 </row>
Original file line number Diff line number Diff line change 121121 </para>
122122 </listitem>
123123 </varlistentry>
124+
125+ <varlistentry>
126+ <term>
127+ Documentation
128+ </term>
129+ <listitem>
130+ <para>
131+ New and updated material is present throughout the
132+ documentation. New <acronym>FAQ</acronym>s have been
133+ contributed for SGI and AIX platforms.
134+ The <citetitle>Tutorial</citetitle> has introductory information
135+ on <acronym>SQL</acronym> from Stefan Simkovics.
136+ For the <citetitle>User's Guide</citetitle>, there are
137+ reference pages covering the postmaster and more utility
138+ programs, and a new appendix
139+ contains details on date/time behavior.
140+ The <citetitle>Administrator's Guide</citetitle> has a new
141+ chapter on troubleshooting from Tom Lane.
142+ And the <citetitle>Programmer's Guide</citetitle> has a
143+ description of query processing, also from Stefan, and details
144+ on obtaining the <productname>Postgres</productname> source
145+ tree via anonymous <productname>CVS</productname> and
146+ <productname>CVSup</productname>.
147+ </para>
148+ </listitem>
149+ </varlistentry>
124150 </variablelist>
125151 </para>
126152
You can’t perform that action at this time.
0 commit comments