11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.272 2004/07/28 14:28:57 momjian Exp $
33-->
44
55<appendix id="release">
@@ -171,7 +171,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian
171171 <para>
172172 Server configuration parameters SortMem and VacuumMem have been
173173 renamed to work_mem and maintenance_work_mem to better reflect
174- their use. The original names still supported.
174+ their use. The original names are still supported.
175175 </para>
176176 </listitem>
177177
@@ -775,7 +775,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian
775775
776776 <listitem>
777777 <para>
778- Allowing composite types as table columns (Tom)
778+ Allow composite types as table columns (Tom)
779779 </para>
780780 </listitem>
781781
@@ -812,7 +812,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian
812812 Allow ALTER DATABASE ... OWNER (Euler Taveira de Oliveira)
813813 </para>
814814 <para>
815- Previously this required modifying the system tables.
815+ Previously, this required modifying the system tables.
816816 </para>
817817 </listitem>
818818
@@ -857,7 +857,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian
857857 <listitem>
858858 <para>
859859 Add pg_get_serial_sequence() to return the serial columns
860- sequence name(Christopher Kings-Lynne)
860+ sequence name (Christopher Kings-Lynne)
861861 </para>
862862 <para>
863863 This allows automated scripts to reliabily find the serial
@@ -875,7 +875,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian
875875
876876 <listitem>
877877 <para>
878- Warn of primary/foreign key mismatch requires costly lookup
878+ Warn that primary/foreign key mismatch requires costly lookup.
879879 </itemizedlist>
880880 </sect3>
881881
@@ -1011,7 +1011,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian
10111011
10121012 <listitem>
10131013 <para>
1014- Warn of empty string being passes to oid/float4/float8 data types; 7.6
1014+ Warn of empty string being passed to oid/float4/float8 data types; 7.6
10151015 will throw an error instead (Neil)
10161016 </para>
10171017 </listitem>
0 commit comments