Re: [Geoserver-users] How to update/delete postgis tables via REST

2018-02-28 Thread viriato
I am interested! And I've read the guidelines posted in one of the replies, but I'm also not sure how useful this might be for the community in general, at the moment (considering the replies meanwhile). I have no doubt that if a rest api already exists and have a logic behind each HTTP request,

Re: [Geoserver-users] How to update/delete postgis tables via REST

2018-02-09 Thread viriato
Thanks for the answer! It is intended, then. As REST can create a table, I thought there could be a way to do other operations on it, other than inserts, updates, deletes, etc, on records. I guess I wouldn't have searched for it if REST couldn't create tables. Now it is only by curiosity: with a

[Geoserver-users] How to update/delete postgis tables via REST

2018-02-08 Thread viriato
Hello.. When using REST API to create a new feature type via POST command, to a given datastore properly set to postgres/postgis, geoserver successfully creates the table. I pretend to update the attributes/table of objects and do the corresponding update to postgis table. To do so, I use a PUT