Name
  
  
   PostGIS_Lib_Build_Date — Returns build date of the PostGIS library.
  
  
 
  
   Synopsis
  
  
   
    
     text
     
      PostGIS_Lib_Build_Date
     
     (
    
    
     )
    
    ;
   
   
  
 
  
  
  
   Description
  
  
   Returns build date of the PostGIS library.
  
  
 
  
  
  
   Examples
  
  SELECT PostGIS_Lib_Build_Date();
 postgis_lib_build_date
------------------------
 2023-06-22 03:56:11
(1 row)