[postgis-devel] [PostGIS] #1169: Test loader/Latin1 fails

PostGIS trac at osgeo.org
Thu Aug 25 08:53:00 PDT 2011


#1169: Test loader/Latin1 fails
-----------------------+----------------------------------------------------
 Reporter:  bnordgren  |       Owner:  pramsey      
     Type:  defect     |      Status:  new          
 Priority:  medium     |   Milestone:  PostGIS 2.0.0
Component:  postgis    |     Version:  1.5.X        
 Keywords:             |  
-----------------------+----------------------------------------------------
 I've been getting this for a long time:

 {{{
 SET
 SET
 BEGIN
 psql:/tmp/pgis_reg_28676/loader:5: NOTICE:  CREATE TABLE will create
 implicit sequence "loadedshp_gid_seq" for serial col
 umn "loadedshp.gid"
 CREATE TABLE
 psql:/tmp/pgis_reg_28676/loader:6: NOTICE:  ALTER TABLE / ADD PRIMARY KEY
 will create implicit index "loadedshp_pkey" for
  table "loadedshp"
 ALTER TABLE
 psql:/tmp/pgis_reg_28676/loader:7: ERROR:  value too long for type
 character varying(32)
 }}}

 Here's my setup. I'm compiling off of trunk and just updated today, but
 it's been doing this for the past couple of months so the exact revision
 number is probably not so critical:

 {{{
   PostGIS is now configured for x86_64-unknown-linux-gnu

  -------------- Compiler Info -------------
   C compiler:           gcc -g -O2
   C++ compiler:         g++ -g -O2

  -------------- Dependencies --------------
   GEOS config:          /usr/bin/geos-config
   GEOS version:         3.2.2
   GDAL config:          /usr/bin/gdal-config
   GDAL version:         1.8.0
   PostgreSQL config:    /usr/bin/pg_config
   PostgreSQL version:   PostgreSQL 9.0.4
   PROJ4 version:        47
   Libxml2 config:       /usr/bin/xml2-config
   Libxml2 version:      2.7.8
   PostGIS debug level:  0
  -------------- Extensions --------------
   PostGIS Raster:       0.1.6d

  -------- Documentation Generation --------
   xsltproc:             /usr/bin/xsltproc
   xsl style sheets:
   dblatex:
   convert:              /usr/bin/convert
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1169>
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