Opened 13 years ago

Closed 13 years ago

#1031 closed defect (fixed)

[raster] Bug in ST_AsTIFF

Reported by: pracine Owned by: pracine
Priority: critical Milestone: PostGIS 2.0.0
Component: raster Version: master
Keywords: Cc:

Description

SELECT ST_AsTIFF(rast, 'DEFLATE'::text)
FROM srtm_22_03

gives

ERROR:  there is no parameter $4
LINE 1: SELECT  st_astiff( $1 ,  $2 , $4)

Change History (1)

comment:1 by Bborie Park, 13 years ago

Resolution: fixed
Status: newclosed

Thanks for the catch. Fixed in r7411.

Note: See TracTickets for help on using tickets.