id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1487,extensions not installing because AddRasterConstraints doc at odds with implementation,robe,pramsey,"Seems the AddRasterConstraints has changed since it was documented.

Looks like all these were removed out of the end:


{{{
boolean num_bands=true, boolean pixel_types=true, boolean nodata_values=true, boolean extent=true
}}}
I'm going to assume this is an intentional change and just update the docs so extensions can install.

e.g used to be

{{{
boolean AddRasterConstraints(name rasttable, name rastcolumn, boolean srid, boolean scale_x, boolean scale_y, boolean blocksize_x, boolean blocksize_y, boolean same_alignment, boolean regular_blocking, boolean num_bands=true, boolean pixel_types=true, boolean nodata_values=true, boolean extent=true)
}}}

now its

{{{
boolean AddRasterConstraints(name rasttable, name rastcolumn, boolean srid, boolean scale_x, boolean scale_y, boolean blocksize_x, boolean blocksize_y, boolean same_alignment, boolean regular_blocking)
}}}

This is testing Paul's very soft launched alpha1 tar ball.
",defect,closed,blocker,PostGIS 2.0.0,documentation,trunk,fixed,,
