File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -27,21 +27,21 @@ $ su - postgres
2727$ psql
2828postgres=# \dx
2929
30+
3031 List of installed extensions
31- Name | Version | Schema | Description
32- ------------------------+---------+------------+-------------------------------------------------------------------
33- fuzzystrmatch | 1.2 | public | determine similarities and distance between strings
34- pg_trgm | 1.6 | public | text similarity measurement and index searching based on trigrams
35- plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
36- postgis | 3.4.2 | public | PostGIS geometry and geography spatial types and functions
37- postgis_tiger_geocoder | 3.4.2 | tiger | PostGIS tiger geocoder and reverse geocoder
38- postgis_topology | 3.4.2 | topology | PostGIS topology spatial types and functions
39- vector | 0.6.2 | public | vector data type and ivfflat and hnsw access methods
40- (8 rows)
32+ name | default_version | installed_version | comment
33+ ------------------------+-----------------+-------------------+------------------------------------------------------------
34+ fuzzystrmatch | 1.2 | 1.2 | determine similarities and distance between strings
35+ plpgsql | 1.0 | 1.0 | PL/pgSQL procedural language
36+ vector | 0.8.0 | 0.8.0 | vector data type and ivfflat and hnsw access methods
37+ postgis | 3.5.2 | 3.5.2 | PostGIS geometry and geography spatial types and functions
38+ postgis_topology | 3.5.2 | 3.5.2 | PostGIS topology spatial types and functions
39+ postgis_tiger_geocoder | 3.5.2 | 3.5.2 | PostGIS tiger geocoder and reverse geocoder
40+ (6 rows)
4141
4242# #
4343# To list all available extensions
4444# #
4545postgres=# select * from pg_available_extensions;
4646
47- ```
47+ ```
You can’t perform that action at this time.
0 commit comments