Opened 12 years ago

Closed 12 years ago

#1682 closed defect (fixed)

[raster] loader regress test to test using schema

Reported by: robe Owned by: Bborie Park
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 Bborie Park, 12 years ago

Owner: changed from pracine to Bborie Park
Status: newassigned

comment:2 by Bborie Park, 12 years ago

robe, can you provide me the command-line args you're using when calling raster2pgsql?

comment:3 by Bborie Park, 12 years ago

Please try r9488.

comment:4 by robe, 12 years ago

Seems to work now with schemas.

comment:5 by Bborie Park, 12 years ago

Resolution: fixed
Status: assignedclosed

Excellent. I'm closing this ticket then. Reopen if problem recurs.

Note: See TracTickets for help on using tickets.