Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8bd6c1f

Browse files
author
Thomas G. Lockhart
committed
Polishing for 7.0 release. Fix up inconsistant spacing in release notes.
1 parent 7db607f commit 8bd6c1f

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

doc/src/sgml/installation.sgml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.10 2000/05/02 20:01:51 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.11 2000/05/04 16:15:08 thomas Exp $
33

44
Postgres quick Installation Guide.
55
- thomas 1998-10-26
@@ -106,14 +106,16 @@ Your name here...
106106
and is almost certainly adequate for a first installation. But you may want to
107107
do an initial installation up to the point of unpacking the source tree
108108
and installing documentation, and then print or browse the
109-
<citetitle>Administrator's Guide</citetitle>.</para>
109+
<citetitle>Administrator's Guide</citetitle>.
110+
</para>
110111

111112
</chapter>
112113

113114
&ports;
114115
&install;
115116
&config;
116117
&release;
118+
&regress;
117119

118120
<!--
119121
<INDEX> </INDEX>

doc/src/sgml/ports.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<entry>v6.5.3</entry>
7272
<entry>2000-02-18</entry>
7373
<entry>MIPSPro 7.3.1.1m N32 build.
74-
<ulink url="hxpro@cinesite.co.uk">Kevin Wheatley</ulink></entry>
74+
<ulink url="mailto:hxpro@cinesite.co.uk">Kevin Wheatley</ulink></entry>
7575
</row>
7676
<row>
7777
<entry>Linux 2.0.x</entry>
@@ -214,7 +214,7 @@
214214
<entry>v7.0</entry>
215215
<entry>2000-03-30</entry>
216216
<entry>Uses Cygwin library.
217-
<ulink url="mailto:horak@sit.plzen-city.cz">Daniel Horak</ulink>) </entry>
217+
<ulink url="mailto:horak@sit.plzen-city.cz">Daniel Horak</ulink></entry>
218218
</row>
219219
</tbody>
220220
</tgroup>

doc/src/sgml/release.sgml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.47 2000/05/02 20:01:52 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.48 2000/05/04 16:15:08 thomas Exp $
33
-->
44

55
<chapter id="release">
@@ -243,19 +243,19 @@ Fix log() on numeric type (Tom)
243243
Deprecate ':' and ';' operators
244244
Allow vacuum of temporary tables
245245
Disallow inherited columns with the same name as new columns
246-
Recover or force failure when disk space is exhausted(Hiroshi)
246+
Recover or force failure when disk space is exhausted (Hiroshi)
247247
Fix INSERT INTO ... SELECT with AS columns matching result columns
248-
Fix INSERT ... SELECT ... GROUP BY groups by target columns not source columns(Tom)
249-
Fix CREATE TABLE test (a char(5) DEFAULT text '', b int4) with INSERT(Tom)
248+
Fix INSERT ... SELECT ... GROUP BY groups by target columns not source columns (Tom)
249+
Fix CREATE TABLE test (a char(5) DEFAULT text '', b int4) with INSERT (Tom)
250250
Fix UNION with LIMIT
251251
Fix CREATE TABLE x AS SELECT 1 UNION SELECT 2
252252
Fix CREATE TABLE test(col char(2) DEFAULT user)
253253
Fix mismatched types in CREATE TABLE ... DEFAULT
254254
Fix SELECT * FROM pg_class where oid in (0,-1)
255255
Fix SELECT COUNT('asdf') FROM pg_class WHERE oid=12
256-
Prevent user who can create databases can modifying pg_database table(Peter E)
257-
Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
258-
Fix INSERT of 0.0 into DECIMAL(4,4) field(Tom)
256+
Prevent user who can create databases can modifying pg_database table (Peter E)
257+
Fix btree to give a useful elog when key > 1/2 (page - overhead) (Tom)
258+
Fix INSERT of 0.0 into DECIMAL(4,4) field (Tom)
259259

260260
Enhancements
261261
------------
@@ -376,8 +376,8 @@ New pg_options.sample file
376376
New SET FSYNC command (Massimo)
377377
Allow pg_descriptions when creating tables
378378
Allow pg_descriptions when creating types, columns, and functions
379-
Allow psql \copy to allow delimiters(Peter E)
380-
Allow psql to print nulls as distinct from "" [null](Peter E)
379+
Allow psql \copy to allow delimiters (Peter E)
380+
Allow psql to print nulls as distinct from "" [null] (Peter E)
381381

382382
Types
383383
-----

0 commit comments

Comments
 (0)