Skip to content

Commit 51c5177

Browse files
committed
Postgis 3.4.2 changed to 3.4.0
1 parent dceb66d commit 51c5177

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CN/modules/ROOT/pages/v4.2/11.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ $ export PKG_CONFIG_PATH=$PROTOBUFC_HOME/lib:$PKG_CONFIG_PATH
8989

9090
** 安装 PostGIS
9191
```
92-
$ wget https://download.osgeo.org/postgis/source/postgis-3.4.2.tar.gz
93-
$ tar -xvf postgis-3.4.2.tar.gz
94-
$ cd postgis-3.4.2
92+
$ wget https://download.osgeo.org/postgis/source/postgis-3.4.0.tar.gz
93+
$ tar -xvf postgis-3.4.0.tar.gz
94+
$ cd postgis-3.4.0
9595
$ sh autogen.sh
9696
$ ./configure --with-geosconfig=/usr/local/geos-3.9.2/bin/geos-config --with-projdir=/usr/local/proj-8.2.1 --with-gdalconfig=/usr/local/gdal-3.4.3/bin/gdal-config --with-protobufdir=/usr/local/protobuf-c-1.4.1 --with-pgconfig=/usr/local/ivorysql/ivorysql-4/bin/pg_config
9797
$ make && make install
@@ -109,7 +109,7 @@ CREATE EXTENSION
109109
ivorysql=# SELECT * FROM pg_available_extensions WHERE name = 'postgis';
110110
name | default_version | installed_version | comment
111111
---------+-----------------+-------------------+------------------------------------------------------------
112-
postgis | 3.4.2 | 3.4.2 | PostGIS geometry and geography spatial types and functions
112+
postgis | 3.4.0 | 3.4.0 | PostGIS geometry and geography spatial types and functions
113113
(1 row)
114114
```
115115

EN/modules/ROOT/pages/v4.2/11.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ $ export PKG_CONFIG_PATH=$PROTOBUFC_HOME/lib:$PKG_CONFIG_PATH
8989

9090
** Install PostGIS
9191
```
92-
$ wget https://download.osgeo.org/postgis/source/postgis-3.4.2.tar.gz
93-
$ tar -xvf postgis-3.4.2.tar.gz
94-
$ cd postgis-3.4.2
92+
$ wget https://download.osgeo.org/postgis/source/postgis-3.4.0.tar.gz
93+
$ tar -xvf postgis-3.4.0.tar.gz
94+
$ cd postgis-3.4.0
9595
$ sh autogen.sh
9696
$ ./configure --with-geosconfig=/usr/local/geos-3.9.2/bin/geos-config --with-projdir=/usr/local/proj-8.2.1 --with-gdalconfig=/usr/local/gdal-3.4.3/bin/gdal-config --with-protobufdir=/usr/local/protobuf-c-1.4.1 --with-pgconfig=/usr/local/ivorysql/ivorysql-4/bin/pg_config
9797
$ make && make install
@@ -110,7 +110,7 @@ CREATE EXTENSION
110110
ivorysql=# SELECT * FROM pg_available_extensions WHERE name = 'postgis';
111111
name | default_version | installed_version | comment
112112
---------+-----------------+-------------------+------------------------------------------------------------
113-
postgis | 3.4.2 | 3.4.2 | PostGIS geometry and geography spatial types and functions
113+
postgis | 3.4.0 | 3.4.0 | PostGIS geometry and geography spatial types and functions
114114
(1 row)
115115
```
116116

0 commit comments

Comments
 (0)