Skip to content

Commit

Permalink
Update extension versions to match latest on Cloud (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonels-msft committed Apr 9, 2020
1 parent 06a0154 commit c7ff480
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions cloud/additional_extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,41 @@ Generally there is no need to install extensions, however, because every Cloud c
+--------------------+---------+------------+--------------------------------------------------------------------+
| Name | Version | Schema | Description |
+====================+=========+============+====================================================================+
| btree_gin | 1.2 | public | support for indexing common datatypes in GIN |
| btree_gin | 1.3 | public | support for indexing common datatypes in GIN |
+--------------------+---------+------------+--------------------------------------------------------------------+
| btree_gist | 1.5 | public | support for indexing common datatypes in GiST |
+--------------------+---------+------------+--------------------------------------------------------------------+
| citext | 1.4 | public | data type for case-insensitive character strings |
| citext | 1.6 | public | data type for case-insensitive character strings |
+--------------------+---------+------------+--------------------------------------------------------------------+
| citus | 8.3-1 | pg_catalog | Citus distributed database |
| citus | 9.2-2 | pg_catalog | Citus distributed database |
+--------------------+---------+------------+--------------------------------------------------------------------+
| cube | 1.2 | public | data type for multidimensional cubes |
| cube | 1.4 | public | data type for multidimensional cubes |
+--------------------+---------+------------+--------------------------------------------------------------------+
| dblink | 1.2 | public | connect to other PostgreSQL databases from within a database |
+--------------------+---------+------------+--------------------------------------------------------------------+
| earthdistance | 1.1 | public | calculate great-circle distances on the surface of the Earth |
+--------------------+---------+------------+--------------------------------------------------------------------+
| fuzzystrmatch | 1.1 | public | determine similarities and distance between strings |
+--------------------+---------+------------+--------------------------------------------------------------------+
| hll | 2.12 | public | type for storing hyperloglog data |
| hll | 2.13 | public | type for storing hyperloglog data |
+--------------------+---------+------------+--------------------------------------------------------------------+
| hstore | 1.4 | public | data type for storing sets of (key, value) pairs |
| hstore | 1.6 | public | data type for storing sets of (key, value) pairs |
+--------------------+---------+------------+--------------------------------------------------------------------+
| intarray | 1.2 | public | functions, operators, and index support for 1-D arrays of integers |
+--------------------+---------+------------+--------------------------------------------------------------------+
| ltree | 1.1 | public | data type for hierarchical tree-like structures |
+--------------------+---------+------------+--------------------------------------------------------------------+
| pg_buffercache | 1.3 | public | examine the shared buffer cache |
+--------------------+---------+------------+--------------------------------------------------------------------+
| pg_cron | 1.0 | public | Job scheduler for PostgreSQL |
| pg_cron | 1.2 | public | Job scheduler for PostgreSQL |
+--------------------+---------+------------+--------------------------------------------------------------------+
| pg_freespacemap | 1.2 | public | examine the free space map (FSM) |
+--------------------+---------+------------+--------------------------------------------------------------------+
| pg_partman | 4.0.0 | partman | Extension to manage partitioned tables by time or ID |
| pg_partman | 4.2.2 | partman | Extension to manage partitioned tables by time or ID |
+--------------------+---------+------------+--------------------------------------------------------------------+
| pg_prewarm | 1.1 | public | prewarm relation data |
| pg_prewarm | 1.2 | public | prewarm relation data |
+--------------------+---------+------------+--------------------------------------------------------------------+
| pg_stat_statements | 1.5 | public | track execution statistics of all SQL statements executed |
| pg_stat_statements | 1.7 | public | track execution statistics of all SQL statements executed |
+--------------------+---------+------------+--------------------------------------------------------------------+
| pg_trgm | 1.3 | public | text similarity measurement and index searching based on trigrams |
+--------------------+---------+------------+--------------------------------------------------------------------+
Expand All @@ -66,7 +66,7 @@ Generally there is no need to install extensions, however, because every Cloud c
+--------------------+---------+------------+--------------------------------------------------------------------+
| tablefunc | 1.0 | public | functions that manipulate whole tables, including crosstab |
+--------------------+---------+------------+--------------------------------------------------------------------+
| topn | 2.1.0 | public | type for top-n JSONB |
| topn | 2.3.0 | public | type for top-n JSONB |
+--------------------+---------+------------+--------------------------------------------------------------------+
| unaccent | 1.1 | public | text search dictionary that removes accents |
+--------------------+---------+------------+--------------------------------------------------------------------+
Expand Down

0 comments on commit c7ff480

Please sign in to comment.