diff options
-rw-r--r-- | doc/src/extras.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/extras.rst b/doc/src/extras.rst index b42f1a4..39aa5f0 100644 --- a/doc/src/extras.rst +++ b/doc/src/extras.rst @@ -229,7 +229,7 @@ Hstore data type The |hstore|_ data type is a key-value store embedded in PostgreSQL. It has been available for several server versions but with the release 9.0 it has -been greatly improved in capacity and usefulness with the addiction of many +been greatly improved in capacity and usefulness with the addition of many functions. It supports GiST or GIN indexes allowing search by keys or key/value pairs as well as regular BTree indexes for equality, uniqueness etc. |