Ticket #1682 (closed defect: fixed)

Opened 14 months ago

Last modified 14 months ago

[raster] loader regress test to test using schema

Reported by: robe Owned by: dustymugs
Priority: medium Milestone: PostGIS 2.0.0
Component: raster Version: trunk
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

Changed 14 months ago by dustymugs

  • owner changed from pracine to dustymugs
  • status changed from new to assigned

Changed 14 months ago by dustymugs

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

Changed 14 months ago by dustymugs

Please try r9488.

Changed 14 months ago by robe

Seems to work now with schemas.

Changed 14 months ago by dustymugs

  • status changed from assigned to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.