1
1
<!--
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 $
3
3
-->
4
4
5
5
<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
169
169
<para>
170
170
Server configuration parameters SortMem and VacuumMem have been
171
171
renamed to work_mem and maintenance_work_mem to better reflect
172
- their use. The original namesare still supported.
172
+ their use. The original names still supported.
173
173
</para>
174
174
</listitem>
175
175
@@ -570,7 +570,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
570
570
<listitem>
571
571
<para>
572
572
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)
574
574
</para>
575
575
<para>
576
576
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
773
773
774
774
<listitem>
775
775
<para>
776
- Allow composite types as table columns (Tom)
776
+ Allowing composite types as table columns (Tom)
777
777
</para>
778
778
</listitem>
779
779
@@ -810,7 +810,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
810
810
Allow ALTER DATABASE ... OWNER (Euler Taveira de Oliveira)
811
811
</para>
812
812
<para>
813
- Previously, this required modifying the system tables.
813
+ Previously this required modifying the system tables.
814
814
</para>
815
815
</listitem>
816
816
@@ -855,7 +855,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
855
855
<listitem>
856
856
<para>
857
857
Add pg_get_serial_sequence() to return the serial columns
858
- sequence name (Christopher Kings-Lynne )
858
+ sequence name(Christopher)
859
859
</para>
860
860
<para>
861
861
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
873
873
874
874
<listitem>
875
875
<para>
876
- Warnthat primary/foreign key mismatch requires costly lookup.
876
+ Warnof primary/foreign key mismatch requires costly lookup
877
877
</para>
878
878
</listitem>
879
879
</itemizedlist>
@@ -1011,7 +1011,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
1011
1011
1012
1012
<listitem>
1013
1013
<para>
1014
- Warn of empty string beingpassed to oid/float4/float8 data types; 7.6
1014
+ Warn of empty string beingpasses to oid/float4/float8 data types; 7.6
1015
1015
will throw an error instead (Neil)
1016
1016
</para>
1017
1017
</listitem>
@@ -1502,8 +1502,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
1502
1502
<listitem>
1503
1503
<para>
1504
1504
Allow external interfaces to create their own server configuration
1505
- parameters (Thomas
1506
- Hallgren)
1505
+ parameters (Thomas Hallgren)
1507
1506
</para>
1508
1507
</listitem>
1509
1508