Opened 13 years ago
Closed 13 years ago
#1682 closed defect (fixed)
[raster] loader regress test to test using schema
Reported by: | robe | Owned by: | dustymugs |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
The symptom I'm having with gettext in raster2pgsql exhibits itself when schemas are used. It ends up creating an insert something like
INSERT INTO "aerials."."boston"
which is why it seems to pass all the raster tests but fails when I use it in production. Can we throw in a test that loads raster into a schema'd table. I'm not sure why I'm not seeing the same issue on my regular ming32 unless that is reading the gettext=no setting and the ming64 isn't.
Change History (5)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Excellent. I'm closing this ticket then. Reopen if problem recurs.
Note:
See TracTickets
for help on using tickets.
robe, can you provide me the command-line args you're using when calling raster2pgsql?