File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ $ docker-compose exec pgrouting psql -U postgres
9292Example:
9393
9494```
95- psql (15.1 (Debian 15.1 -1.pgdg110+1))
95+ psql (17.2 (Debian 17.2 -1.pgdg110+1))
9696Type "help" for help.
9797
9898postgres=# create database test;
@@ -104,23 +104,21 @@ CREATE EXTENSION
104104test=# create extension pgrouting;
105105CREATE EXTENSION
106106test=# select version();
107- version
107+ version
108108-----------------------------------------------------------------------------------------------------------------------------
109- PostgreSQL 15.1 (Debian 15.1 -1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
109+ PostgreSQL 17.2 (Debian 17.2 -1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
110110(1 row)
111111
112112test=# select pgr_version();
113113 pgr_version
114114-------------
115- 3.7.2
115+ 3.7.3
116116(1 row)
117117
118118test=# select postgis_full_version();
119- postgis_full_version
120- ---------------------------------------------------------------------------------------------------------------------------------------
121- ----------------------------
122- POSTGIS="3.3.2 4975da8" [EXTENSION] PGSQL="150" GEOS="3.9.0-CAPI-1.16.2" PROJ="7.2.1" LIBXML="2.9.10" LIBJSON="0.15" LIBPROTOBUF="1.3.
123- 3" WAGYU="0.5.0 (Internal)"
119+ postgis_full_version
120+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
121+ POSTGIS="3.5.2 dea6d0a" [EXTENSION] PGSQL="170" GEOS="3.9.0-CAPI-1.16.2" PROJ="7.2.1 NETWORK_ENABLED=OFF URL_ENDPOINT=https://cdn.proj.org USER_WRITABLE_DIRECTORY=/var/lib/postgresql/.local/share/proj DATABASE_PATH=/usr/share/proj/proj.db" (compiled against PROJ 7.2.1) LIBXML="2.9.10" LIBJSON="0.15" LIBPROTOBUF="1.3.3" WAGYU="0.5.0 (Internal)"
124122(1 row)
125123
126124test=#
You can’t perform that action at this time.
0 commit comments