Opened 13 years ago
Closed 13 years ago
#1169 closed defect (duplicate)
Test loader/Latin1 fails
Reported by: | bnordgren | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | 1.5.X |
Keywords: | Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.
Please refer to #1465