Skip to content

Commit 2fed74b

Browse files
authored
docs: update extensions version information in readme
1 parent f1051b0 commit 2fed74b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ $ su - postgres
2727
$ psql
2828
postgres=# \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
##
4545
postgres=# select * from pg_available_extensions;
4646

47-
```
47+
```

0 commit comments

Comments
 (0)