Ticket #1748 (new defect)

Opened 15 months ago

Last modified 4 months ago

[raster] st_intersection function names in docs don't match with what's installed

Reported by: robe Owned by: pracine
Priority: low Milestone: PostGIS 2.0.4
Component: raster Version: trunk
Keywords: Cc:

Description

I thought we had this right before but I'm noticing the docs have argument names that don't match the argument names installed.

this should match in case people use named arguments. They will expect the documentation names to match what is installed. I propose we leave the function names alone and change the documentation since changing arg names of functions is a somewhat involved process that requires dropping the function.

I thought this used to match did someone try to prettify the docs by changing the names.

e.g

our docs say this:

rast1, band_num1, rast2, band_num2, returnband,nodataval

but our function is coded like this:

rast1, band1 , rast2, band2 , returnband, nodataval 

Change History

Changed 12 months ago by dustymugs

  • milestone changed from PostGIS 2.0.1 to PostGIS 2.0.2

Changed 7 months ago by robe

  • milestone changed from PostGIS 2.0.2 to PostGIS 2.0.3

Changed 4 months ago by dustymugs

  • milestone changed from PostGIS 2.0.3 to PostGIS 2.0.x
Note: See TracTickets for help on using tickets.