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

Commit 9d623ed

Browse files
committed
Minor release wording improvments.
1 parent 5b0d5ea commit 9d623ed

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

doc/src/sgml/release.sgml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.275 2004/08/01 05:22:26 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -169,7 +169,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
169169
<para>
170170
Server configuration parameters SortMem and VacuumMem have been
171171
renamed to work_mem and maintenance_work_mem to better reflect
172-
their use. The original names are still supported.
172+
their use. The original names still supported.
173173
</para>
174174
</listitem>
175175

@@ -570,7 +570,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
570570
<listitem>
571571
<para>
572572
Listen on localhost by default, which eliminates the need for the -i
573-
postmaster switch in many scenarios (Andrew Dunstan)
573+
postmaster switch in many scenarios (Andrew)
574574
</para>
575575
<para>
576576
Listening on localhost (127.0.0.1) opens no new security holes but
@@ -773,7 +773,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
773773

774774
<listitem>
775775
<para>
776-
Allow composite types as table columns (Tom)
776+
Allowing composite types as table columns (Tom)
777777
</para>
778778
</listitem>
779779

@@ -810,7 +810,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
810810
Allow ALTER DATABASE ... OWNER (Euler Taveira de Oliveira)
811811
</para>
812812
<para>
813-
Previously, this required modifying the system tables.
813+
Previously this required modifying the system tables.
814814
</para>
815815
</listitem>
816816

@@ -855,7 +855,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
855855
<listitem>
856856
<para>
857857
Add pg_get_serial_sequence() to return the serial columns
858-
sequence name (Christopher Kings-Lynne)
858+
sequence name(Christopher)
859859
</para>
860860
<para>
861861
This allows automated scripts to reliabily find the serial
@@ -873,7 +873,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
873873

874874
<listitem>
875875
<para>
876-
Warn that primary/foreign key mismatch requires costly lookup.
876+
Warn of primary/foreign key mismatch requires costly lookup
877877
</para>
878878
</listitem>
879879
</itemizedlist>
@@ -1011,7 +1011,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
10111011

10121012
<listitem>
10131013
<para>
1014-
Warn of empty string being passed to oid/float4/float8 data types; 7.6
1014+
Warn of empty string being passes to oid/float4/float8 data types; 7.6
10151015
will throw an error instead (Neil)
10161016
</para>
10171017
</listitem>
@@ -1502,8 +1502,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
15021502
<listitem>
15031503
<para>
15041504
Allow external interfaces to create their own server configuration
1505-
parameters (Thomas
1506-
Hallgren)
1505+
parameters (Thomas Hallgren)
15071506
</para>
15081507
</listitem>
15091508

0 commit comments

Comments
 (0)