[postgis-devel] [PostGIS] #960: Start reducing number of functions by using defaults

PostGIS trac at osgeo.org
Wed May 18 04:20:12 PDT 2011


#960: Start reducing number of functions by using defaults
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  pracine      
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by pracine):

 What about:

   bytea ST_AsTIFF(raster rast[, text[] options][, text srs]);

 instead? (with italic stating at the first bracket) This is the Python doc
 way.

 What about the default values?:

   bytea ST_AsTIFF(raster rast[, integer[] nbands=ARRAY[1]][, integer
 compression=""][, integer srs=sameassource]);

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/960#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list