#4786 closed defect (fixed)
Error in doc of ST_SetRotation
Reported by: | adrienberchet | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.1.0 |
Component: | documentation | Version: | master |
Keywords: | raster, ST_SetRotation | Cc: |
Description
The ST_SetRotation function returns a raster but the doc states that it returns a float8. The error is here: https://github.com/postgis/postgis/blob/master/doc/reference_raster.xml#L6196 I am going to submit a fix on github.
Note:
See TracTickets
for help on using tickets.
Here is the patch: https://github.com/postgis/postgis/pull/587