Ticket #814 (closed defect: wontfix)
installing raster gives 1 conflict when running populate_geometry_columns()
| Reported by: | nicklas | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
After compiling with raster and installing with rtpostgis.sql I get 1 conflict when running populate_geometry_columns().
The column found but not inserted in geometry_columns is column "extent" in table "raster_columns".
so the result of
select populate_geometry_columns()
in a new installed database with raster is:
probed:1 inserted:0 conflicts:1 deleted:0
/Nicklas
Change History
Note: See
TracTickets for help on using
tickets.
