Changes between Initial Version and Version 1 of Ticket #4416


Ignore:
Timestamp:
Dec 31, 2011, 3:30:53 PM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4416

    • Property Summary PostGIS raster driverPostGIS raster driver using obsolete column names and constructs
  • Ticket #4416 – Description

    initial v1  
    1 I guess its probably too late to get these fixes in for 1.9.0 since youa re at rc1 already.
     1I guess its probably too late to get these fixes in for 1.9.0 since you are at rc1 already.
    22
    33Couple of issues with PostGIS raster driver detailed in http://trac.osgeo.org/postgis/ticket/1422
     
    1919   osCommand.Printf("select o_table_name, overview_factor, o_raster_column, "
    2020                "o_table_schema from raster_overviews where r_table_schema = "
    21                 "'%s' and r_table_name = '%s' and r_column = '%s'",
     21                "'%s' and r_table_name = '%s' and r_raster_column = '%s'",
    2222                poDS->pszSchema, poDS->pszTable, poDS->pszColumn);
    2323}}}