show shared_preload_libraries;
shared_preload_libraries
-------------------------------
pg_stat_statements, pg_repack
(1 row)
\dx
List of installed extensions
Name | Version | Schema | Description
--------------------+---------+------------+------------------------------------------------------------------------
btree_gist | 1.7 | public | support for indexing common datatypes in GiST
ltree | 1.2 | public | data type for hierarchical tree-like structures
pg_stat_statements | 1.10 | public | track planning and execution statistics of all SQL statements executed
pg_trgm | 1.5 | public | text similarity measurement and index searching based on trigrams
pgcrypto | 1.3 | public | cryptographic functions
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
postgis | 3.5.1 | public | PostGIS geometry and geography spatial types and functions
uuid-ossp | 1.1 | public | generate universally unique identifiers (UUIDs)
(8 rows)