ST_Scroll
Name
ST_Scroll — Change start point of a closed LineString.
Synopsis
    
     geometry
     
      ST_Scroll
     
     (
    
    geometry
    
     linestring
    
    , geometry
    
     point
    
    
     )
    
    ;
   
Description
   Changes the start/end point of a closed LineString to
the given vertex
   
    
     point
    
   
   .
  
Availability: 3.2.0
   
    
   
   This function supports 3d and will not drop the z-index.
  
   
    
   
   This function supports M coordinates.