ST_MinimumClearanceLine
Name
ST_MinimumClearanceLine — Returns the two-point LineString spanning a geometry's minimum clearance.
Synopsis
    
     Geometry
     
      ST_MinimumClearanceLine
     
     (
    
    geometry
    
     g
    
    
     )
    
    ;
   
Description
   Returns the two-point LineString spanning a geometry's minimum clearance.  If the geometry does not have a minimum
			clearance,
   
    LINESTRING EMPTY
   
   will be returned.
  
Performed by the GEOS module.
Availability: 2.3.0 - requires GEOS >= 3.6.0