File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ The following tables list the standard PostgreSQL extensions that are currently
30
30
> | [ citext] ( https://www.postgresql.org/docs/current/static/citext.html ) | Provides a case-insensitive character string type. |
31
31
> | [ cube] ( https://www.postgresql.org/docs/current/static/cube.html ) | Provides a data type for multidimensional cubes. |
32
32
> | [ hstore] ( https://www.postgresql.org/docs/current/static/hstore.html ) | Provides a data type for storing sets of key-value pairs. |
33
+ > | [ hll] ( https://github.com/citusdata/postgresql-hll ) | Provides a HyperLogLog data structure. |
33
34
> | [ isn] ( https://www.postgresql.org/docs/current/static/isn.html ) | Provides data types for international product numbering standards. |
34
35
> | [ lo] ( https://www.postgresql.org/docs/current/lo.html ) | Large Object maintenance. |
35
36
> | [ ltree] ( https://www.postgresql.org/docs/current/static/ltree.html ) | Provides a data type for hierarchical tree-like structures. |
You can’t perform that action at this time.
0 commit comments