Skip to content

Commit f34d1fa

Browse files
Fix typo in previous commit
1 parent 3877b1f commit f34d1fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/indices.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ CREATE INDEX <replaceable>name</replaceable> ON <replaceable>table</replaceable>
199199
after a database crash if there were unwritten changes.
200200
Also, changes to hash indexes are not replicated over streaming or
201201
file-based replication after the initial base backup, so they
202-
give wrong anwers to queries that subsequently use them.
202+
give wrong answers to queries that subsequently use them.
203203
For these reasons, hash index use is presently discouraged.
204204
</para>
205205
</caution>

doc/src/sgml/ref/create_index.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ Indexes:
458458
after a database crash if there were unwritten changes.
459459
Also, changes to hash indexes are not replicated over streaming or
460460
file-based replication after the initial base backup, so they
461-
give wrong anwers to queries that subsequently use them.
461+
give wrong answers to queries that subsequently use them.
462462
For these reasons, hash index use is presently discouraged.
463463
</para>
464464
</caution>

0 commit comments

Comments
 (0)