Opened 5 years ago
Last modified 4 years ago
#4659 new enhancement
raster2pgsql option to create or append
Reported by: | andrewharvey | Owned by: | Bborie Park |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | raster | Version: | 2.5.x -- EOL |
Keywords: | Cc: |
Description
raster2pgsql has an option
-d
to drop a table if exist
-a
append raster into the current table
-c
create a new table and populate it
But is lacking an option to create a new table if none already exists, and append to the table if exists.
Invoking append on a non-existing table raises an error, and invoking -c on an existing table invokes an error.
Note:
See TracTickets
for help on using tickets.