[postgis-tickets] [PostGIS] #2359: raster2pgsql - large collection of examples of different bugs in -l (overviews)

PostGIS trac at osgeo.org
Thu Jun 13 10:47:00 PDT 2013


#2359: raster2pgsql - large collection of examples of different bugs in -l
(overviews)
---------------------+------------------------------------------------------
  Reporter:  gbell   |       Owner:  dustymugs             
      Type:  defect  |      Status:  reopened              
  Priority:  medium  |   Milestone:  PostGIS 2.0.4         
 Component:  raster  |     Version:  2.0.x                 
Resolution:          |    Keywords:  raster2pgsql overviews
---------------------+------------------------------------------------------

Comment(by dustymugs):

 What are you running?  I notice that there is no information regarding the
 linux distro or Postgresql version. Are you using packages or compiling
 your own stack?

 As for item 0c, that isn't a problem that raster2pgsql should solve.
 raster2pgsql only does one job, generate SQL from a set of rasters to load
 into a PostGIS-enabled database based upon a set of criteria provided by
 the user. The SQL generated by raster2pgsql IS valid. The problem is that
 the user is trying to create a table in a database with a table of the
 same name. If it was a different database, the SQL generated would run
 fine. I consider this user error. Besides, the database tells you that the
 table already exists and correctly rolls back any changes.

 I'm fine with leaving this ticket open for the glibc issue. I can test
 once I recreate the basic environment that you have.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2359#comment:4>
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-tickets mailing list