Ticket #622 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

[raster] raster2pgsql.py -d option deon not actually drop the table

Reported by: pracine Owned by: pracine
Priority: critical Milestone: PostGIS 2.0.0
Component: raster Version: trunk
Keywords: Cc: mloskot

Description

The -d option should not only drop the line in the raster_columns table but also "DROP TABLE the_table"

Change History

Changed 3 years ago by jorgearevalo

Actually, the -d option is not working for me. If you specify "-d" as option, an error is raised with the text: "options -c and -d are mutually exclusive"

It's normal, because "-c" is the default option and is always true. If you specify "-d" option, "-c" must be false. I need to fix this (only a reminder)

Changed 3 years ago by pracine

I already fixed this one. I will commit soon...

Changed 2 years ago by pracine

  • owner changed from mloskot to pracine

Changed 2 years ago by pracine

  • status changed from new to assigned

Changed 2 years ago by pracine

  • priority changed from medium to critical

Changed 2 years ago by pracine

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

Rectification: It was actually dropping the table but was not creating the new one. Fixed in r6673

Note: See TracTickets for help on using tickets.