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

index 9eb948d6bcc266e1af023ab1d522356ac1518747..e6a14de5040d18f6da0231d8165354489369331b 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 2403b7642a1adb34d18a0449088426adff5d4283..d800701ff4eec4a555280857991a28b73fdfd448 100644 (file)
@@ -473,7 +473,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>