|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.459 2006/09/26 12:31:48 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.460 2006/09/27 06:37:28 neilc Exp $ --> |
2 | 2 | <!--
|
3 | 3 |
|
4 | 4 | Typical markup:
|
@@ -557,13 +557,13 @@ For new features, add links to the documentation sections.
|
557 | 557 |
|
558 | 558 | <listitem>
|
559 | 559 | <para>
|
560 |
| - Improve multicolumn <acronym>GIST</> indexing (Oleg, Teodor) |
| 560 | + Improve multicolumn <acronym>GiST</> indexing (Oleg, Teodor) |
561 | 561 | </para>
|
562 | 562 | </listitem>
|
563 | 563 |
|
564 | 564 | <listitem>
|
565 | 565 | <para>
|
566 |
| - <acronym>GIST</> indexes now are clusterable (Teodor) |
| 566 | + <acronym>GiST</> indexes now are clusterable (Teodor) |
567 | 567 | </para>
|
568 | 568 | </listitem>
|
569 | 569 |
|
@@ -1903,7 +1903,7 @@ For new features, add links to the documentation sections.
|
1903 | 1903 | </para>
|
1904 | 1904 |
|
1905 | 1905 | <para>
|
1906 |
| - Rtree has been re-implemented using <acronym>GIST</>. Among |
| 1906 | + Rtree has been re-implemented using <acronym>GiST</>. Among |
1907 | 1907 | other differences, this means that rtree indexes now have
|
1908 | 1908 | support for crash recovery via write-ahead logging (WAL).
|
1909 | 1909 | </para>
|
@@ -3308,7 +3308,7 @@ psql -t -f fixseq.sql db1 | psql -e db1
|
3308 | 3308 |
|
3309 | 3309 | <listitem>
|
3310 | 3310 | <para>
|
3311 |
| - Allow concurrent GIST index access (Teodor, Oleg) |
| 3311 | + Allow concurrent GiST index access (Teodor, Oleg) |
3312 | 3312 | </para>
|
3313 | 3313 | </listitem>
|
3314 | 3314 |
|
@@ -3458,10 +3458,10 @@ psql -t -f fixseq.sql db1 | psql -e db1
|
3458 | 3458 |
|
3459 | 3459 | <listitem>
|
3460 | 3460 | <para>
|
3461 |
| - Add WAL logging for GIST indexes (Teodor, Oleg) |
| 3461 | + Add WAL logging for GiST indexes (Teodor, Oleg) |
3462 | 3462 | </para>
|
3463 | 3463 | <para>
|
3464 |
| - GIST indexes are now safe for crash and point-in-time recovery. |
| 3464 | + GiST indexes are now safe for crash and point-in-time recovery. |
3465 | 3465 | </para>
|
3466 | 3466 | </listitem>
|
3467 | 3467 |
|
|
0 commit comments