]> granicus.if.org Git - postgresql/commitdiff
Fix typo in previous commit
authorSimon Riggs <simon@2ndQuadrant.com>
Wed, 17 Oct 2012 08:20:42 +0000 (09:20 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Wed, 17 Oct 2012 08:20:42 +0000 (09:20 +0100)
doc/src/sgml/indices.sgml
doc/src/sgml/ref/create_index.sgml

index c7c3211f1f178ba52c39da2b9a3681a6bfa6c954..fa479e6ab834f8c453261bc35ad57f3d98c8e09e 100644 (file)
@@ -199,7 +199,7 @@ CREATE INDEX <replaceable>name</replaceable> ON <replaceable>table</replaceable>
     after a database crash if there were unwritten changes.
     Also, changes to hash indexes are not replicated over streaming or
     file-based replication after the initial base backup, so they
-    give wrong anwers to queries that subsequently use them.
+    give wrong answers to queries that subsequently use them.
     For these reasons, hash index use is presently discouraged.
    </para>
   </caution>
index 8f266ed6d00f96c1ea5a2b78440db6b9f39d5109..8a59a9fd82ee776c086b9004ac1a02244a733d8c 100644 (file)
@@ -458,7 +458,7 @@ Indexes:
     after a database crash if there were unwritten changes.
     Also, changes to hash indexes are not replicated over streaming or
     file-based replication after the initial base backup, so they
-    give wrong anwers to queries that subsequently use them.
+    give wrong answers to queries that subsequently use them.
     For these reasons, hash index use is presently discouraged.
    </para>
   </caution>