1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.602 2009/03/27 00:11:34 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.603 2009/03/27 00:45:40 momjian Exp $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -122,8 +122,8 @@ do it for earlier branch release files.
122
122
</para>
123
123
124
124
<para>
125
- This was available previously via a configure --enable-integer-datetimes
126
- (Neil Conway)
125
+ This was available previously via a configure
126
+ --enable-integer-datetimes.
127
127
</para>
128
128
</listitem>
129
129
@@ -421,7 +421,7 @@ do it for earlier branch release files.
421
421
422
422
<para>
423
423
While semi-joins merely replace existing IN joins, anti-joins
424
- are a new capability for NOT IN and NOT EXIST clauses (Tom)
424
+ are a new capability for NOT IN and NOT EXISTS clauses (Tom)
425
425
This improves optimization possibilities.
426
426
</para>
427
427
</listitem>
@@ -432,7 +432,7 @@ do it for earlier branch release files.
432
432
</para>
433
433
434
434
<para>
435
- IN and EXISTs now provide similar performance for equivalent clauses.
435
+ IN and EXISTS now provide similar performance for equivalent clauses.
436
436
</para>
437
437
</listitem>
438
438
@@ -484,7 +484,7 @@ do it for earlier branch release files.
484
484
</para>
485
485
486
486
<para>
487
- A new constraint_exclusion setting, "partition", which matches this
487
+ A new constraint_exclusion setting, "partition", was added to match this
488
488
behavior.
489
489
</para>
490
490
</listitem>
@@ -635,8 +635,8 @@ do it for earlier branch release files.
635
635
636
636
<listitem>
637
637
<para>
638
- Move that server statistics file into the subdirectory pg_stat_tmp
639
- (Magnus)
638
+ Move the server statistics file into the subdirectory pg_stat_tmp
639
+ and allow its location to be specified via stats_temp_directory (Magnus)
640
640
</para>
641
641
642
642
<para>
@@ -647,14 +647,6 @@ do it for earlier branch release files.
647
647
</para>
648
648
</listitem>
649
649
650
- <listitem>
651
- <para>
652
- Allow the location of the new pg_stat_tmp to be configured via
653
- the stats_temp_directory setting (Magnus)
654
-
655
- </para>
656
- </listitem>
657
-
658
650
</itemizedlist>
659
651
660
652
</sect3>
0 commit comments