From 8ad1e60bfcc56038ec3edd2cb14225c4a9488784 Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Sun, 30 Aug 2015 16:08:22 +0200 Subject: [PATCH] Emphase function name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bfbe0b..8fb9e69 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,4 @@ Of course, only EXPLAIN without analyze will use hypothetical indexes: To remove your backend's hypothetical indexes, you can use the function **hypopg_drop_index(indexid)** with the OID that **hypopg()** function returns, -call hypopg_reset() to remove all at once or just close your current connection. +call **hypopg_reset()** to remove all at once or just close your current connection.