From 7bdaacfb1f797167ad1f1251aa072b7d27c78196 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Wed, 17 Oct 2012 09:25:00 +0100 Subject: [PATCH] Fix typo in previous commit --- doc/src/sgml/ref/create_index.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index 81e927c05a9..f9b44706d9d 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -474,7 +474,7 @@ CREATE INDEX lower_title_idx ON films ((lower(title))); after a database crash if there were unwritten changes. Also, changes to hash indexes are not replicated over warm standby 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. -- 2.39.5