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

Commit de6ca63

Browse files
author
Neil Conway
committed
GiST stands for "Generalized Search Tree", and therefore should not be
spelled with a capital "I".
1 parent 4650c4f commit de6ca63

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/src/sgml/release.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22
<!--
33

44
Typical markup:
@@ -557,13 +557,13 @@ For new features, add links to the documentation sections.
557557

558558
<listitem>
559559
<para>
560-
Improve multicolumn <acronym>GIST</> indexing (Oleg, Teodor)
560+
Improve multicolumn <acronym>GiST</> indexing (Oleg, Teodor)
561561
</para>
562562
</listitem>
563563

564564
<listitem>
565565
<para>
566-
<acronym>GIST</> indexes now are clusterable (Teodor)
566+
<acronym>GiST</> indexes now are clusterable (Teodor)
567567
</para>
568568
</listitem>
569569

@@ -1903,7 +1903,7 @@ For new features, add links to the documentation sections.
19031903
</para>
19041904

19051905
<para>
1906-
Rtree has been re-implemented using <acronym>GIST</>. Among
1906+
Rtree has been re-implemented using <acronym>GiST</>. Among
19071907
other differences, this means that rtree indexes now have
19081908
support for crash recovery via write-ahead logging (WAL).
19091909
</para>
@@ -3308,7 +3308,7 @@ psql -t -f fixseq.sql db1 | psql -e db1
33083308

33093309
<listitem>
33103310
<para>
3311-
Allow concurrent GIST index access (Teodor, Oleg)
3311+
Allow concurrent GiST index access (Teodor, Oleg)
33123312
</para>
33133313
</listitem>
33143314

@@ -3458,10 +3458,10 @@ psql -t -f fixseq.sql db1 | psql -e db1
34583458

34593459
<listitem>
34603460
<para>
3461-
Add WAL logging for GIST indexes (Teodor, Oleg)
3461+
Add WAL logging for GiST indexes (Teodor, Oleg)
34623462
</para>
34633463
<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.
34653465
</para>
34663466
</listitem>
34673467

0 commit comments

Comments
 (0)