This is an automated email from the ASF dual-hosted git repository.

djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git


The following commit(s) were added to refs/heads/main by this push:
     new d002d29c4b Doc: update docs for PostGIS
d002d29c4b is described below

commit d002d29c4b0ca3c5e5f299a3680c5e37c93e17d7
Author: Dianjin Wang <[email protected]>
AuthorDate: Thu Oct 23 14:20:01 2025 +0800

    Doc: update docs for PostGIS
---
 docs/advanced-analytics/postgis.md                       | 8 +++++---
 versioned_docs/version-2.x/advanced-analytics/postgis.md | 8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/docs/advanced-analytics/postgis.md 
b/docs/advanced-analytics/postgis.md
index 9a72161b44..2564bb9bf3 100644
--- a/docs/advanced-analytics/postgis.md
+++ b/docs/advanced-analytics/postgis.md
@@ -35,10 +35,10 @@ The following steps will be operated under the `gpadmin` 
user. Please make sure
     sudo dnf install -y libxml2-devel json-c pkg-config gettext \
         protobuf-c gmp-devel boost-devel automake libtool make \
         gcc gcc-c++ sqlite-devel mpfr-devel bzip2 xz libcurl-devel \
-        cmake protobuf-c-devel libxslt
+        cmake protobuf-c-devel libxslt docbook-style-xsl
 
     sudo dnf install -y --enablerepo=devel protobuf-devel json-c-devel
-    sudo dnf install -y --enablerepo=devel CUnit-devel (Optional, for PostGIS 
testing)
+    sudo dnf install -y --enablerepo=devel CUnit-devel # Optional, for PostGIS 
testing
     ```
     </TabItem>
     <TabItem value="rocky-linux9" label="Rocky Linux 9">
@@ -181,7 +181,9 @@ Key dependencies include, which will be built from source:
        --with-sfcgal=/usr/local/sfcgal-1.4.1/bin/sfcgal-config \
        --with-geosconfig=/usr/local/geos-3.11.0/bin/geos-config \
        --with-projdir=/usr/local/proj6/
-     make -j$(nproc) && sudo make -j$(nproc) install
+     make -j$(nproc) 
+     make check  # Optional, to run PostGIS tests
+     sudo make -j$(nproc) install
      ```
 
 ## Use PostGIS in Apache Cloudberry
diff --git a/versioned_docs/version-2.x/advanced-analytics/postgis.md 
b/versioned_docs/version-2.x/advanced-analytics/postgis.md
index 9a72161b44..14c5ead711 100644
--- a/versioned_docs/version-2.x/advanced-analytics/postgis.md
+++ b/versioned_docs/version-2.x/advanced-analytics/postgis.md
@@ -35,10 +35,10 @@ The following steps will be operated under the `gpadmin` 
user. Please make sure
     sudo dnf install -y libxml2-devel json-c pkg-config gettext \
         protobuf-c gmp-devel boost-devel automake libtool make \
         gcc gcc-c++ sqlite-devel mpfr-devel bzip2 xz libcurl-devel \
-        cmake protobuf-c-devel libxslt
+        cmake protobuf-c-devel libxslt docbook-style-xsl
 
     sudo dnf install -y --enablerepo=devel protobuf-devel json-c-devel
-    sudo dnf install -y --enablerepo=devel CUnit-devel (Optional, for PostGIS 
testing)
+    sudo dnf install -y --enablerepo=devel CUnit-devel # Optional, for PostGIS 
testing
     ```
     </TabItem>
     <TabItem value="rocky-linux9" label="Rocky Linux 9">
@@ -181,7 +181,9 @@ Key dependencies include, which will be built from source:
        --with-sfcgal=/usr/local/sfcgal-1.4.1/bin/sfcgal-config \
        --with-geosconfig=/usr/local/geos-3.11.0/bin/geos-config \
        --with-projdir=/usr/local/proj6/
-     make -j$(nproc) && sudo make -j$(nproc) install
+     make -j$(nproc)
+     make check # Optional, to run PostGIS tests
+     sudo make -j$(nproc) install
      ```
 
 ## Use PostGIS in Apache Cloudberry


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to