Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7b5f84d

Browse files
author
Thomas G. Lockhart
committed
Add blurb on new docs in release notes.
Make minor info and markup changes for v6.5 release.
1 parentebfbb79 commit7b5f84d

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

‎doc/src/sgml/installation.sgml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
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

44
Postgres 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+
812
Revision 1.5 1999/06/03 04:21:48 thomas
913
Markup changes for v6.5 release.
1014
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.
8892

8993
<legalnotice>
9094
<para>
91-
<productname>PostgreSQL</productname> is &copy;1998-9
95+
<productname>PostgreSQL</productname> isCopyright&copy;1996-9
9296
by the Postgres Global Development Group.
9397
</para>
9498
</legalnotice>

‎doc/src/sgml/mvcc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 orupdation by concurrent
518+
that the row is protected from deletion orupdate by concurrent
519519
transactions before the current transaction does a commit or rollback.
520520
</para>
521521

‎doc/src/sgml/ports.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
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>

‎doc/src/sgml/release.sgml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,32 @@
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp