Title here
Summary here
PostgreSQL extensions are add-on modules that enhance the functionality of the database solution.
This page shows which extensions can be loaded on the Mendix cloud (i.e. modules that are trusted, that is, it can be installed by non-superusers who have CREATE privilege on the current database).
Name | Version | Description | Requires |
---|---|---|---|
bool_plperl | 1.0 | transform between bool and plperl | plperl |
btree_gin | 1.0, 1.1, 1.2, 1.3 | support for indexing common datatypes in GIN | |
btree_gist | 1.2, 1.3, 1.4, 1.5, 1.6 | support for indexing common datatypes in GiST | |
citext | 1.4, 1.5, 1.6 | data type for case-insensitive character strings | |
cube | 1.2, 1.3, 1.4, 1.5 | data type for multidimensional cubes | |
dict_int | 1.0 | text search dictionary template for integers | |
fuzzystrmatch | 1.1 | determine similarities and distance between strings | |
hstore | 1.4, 1.5, 1.6, 1.7, 1.8 | data type for storing sets of (key, value) pairs | |
intarray | 1.2, 1.3, 1.4, 1.5 | functions, operators, and index support for 1-D arrays of integers | |
isn | 1.1, 1.2 | data types for international product numbering standards | |
jsonb_plperl | 1.0 | transform between jsonb and plperl | plperl |
lo | 1.1 | Large Object maintenance | |
ltree | 1.1, 1.2 | data type for hierarchical tree-like structures | |
pg_trgm | 1.3, 1.4, 1.5, 1.6 | text similarity measurement and index searching based on trigrams | |
pgcrypto | 1.3 | cryptographic functions | |
plperl | 1.0 | PL/Perl procedural language | |
plpgsql | 1.0 | PL/pgSQL procedural language | |
pltcl | 1.0 | PL/Tcl procedural language | |
seg | 1.1, 1.2, 1.3, 1.4 | data type for representing line segments or floating-point intervals | |
tablefunc | 1.0 | functions that manipulate whole tables, including crosstab | |
tcn | 1.0 | Triggered change notifications | |
tsm_system_rows | 1.0 | TABLESAMPLE method which accepts number of rows as a limit | |
tsm_system_time | 1.0 | TABLESAMPLE method which accepts time in milliseconds as a limit | |
unaccent | 1.1 | text search dictionary that removes accents | |
uuid-ossp | 1.1 | generate universally unique identifiers (UUIDs) |
Checked against Mendix Cloud US running PostgreSQL 14.9