[postgis-tickets] [PostGIS] #4659: raster2pgsql option to create or append
PostGIS
trac at osgeo.org
Wed Apr 8 05:42:02 PDT 2020
#4659: raster2pgsql option to create or append
--------------------------+-------------------------
Reporter: andrewharvey | Owner: Bborie Park
Type: enhancement | Status: new
Priority: medium | Milestone:
Component: raster | Version: 2.5.x
Keywords: |
--------------------------+-------------------------
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.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4659>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list