couch-to-postgres icon indicating copy to clipboard operation
couch-to-postgres copied to clipboard

sort out couch_put - replace with couch_post

Open sysadminmike opened this issue 10 years ago • 0 comments

Function needs to deal with status code returns from http_post Also use POST not PUT requests so no need to edit pgsql-http extension before compilation.

ie implement:

post_docs(docs,chunk_size) - returning recordset of status codes? or just true/false?

sysadminmike avatar Dec 17 '14 19:12 sysadminmike