[postgis-devel] [PostGIS] #1487: extensions not installing because AddRasterConstraints doc at odds with implementation
PostGIS
trac at osgeo.org
Fri Jan 20 00:27:42 PST 2012
#1487: extensions not installing because AddRasterConstraints doc at odds with
implementation
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
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.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1487>
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