名稱

PostGIS_Lib_Build_Date — 傳回 PostGIS 函式庫的建置日期。

概要

text PostGIS_Lib_Build_Date();

描述

傳回 PostGIS 函式庫的建置日期。

範例

SELECT PostGIS_Lib_Build_Date();
 postgis_lib_build_date
------------------------
 2023-06-22 03:56:11
(1 row)