Copy json from couchbase to postgres - Mailing list pgsql-general

From Rushikesh socha
Subject Copy json from couchbase to postgres
Date
Msg-id CANgP4OLMoEeMO-9O997Ntjvft5vhazK2LRGFTHZzgEW356PFVg@mail.gmail.com
Whole thread Raw
Responses Re: Copy json from couchbase to postgres  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-general
Any suggestions on copying .json which is exported from couchbase using cbexport json. I used copy command but most of them are throwing error.

pgdocstore=# copy schaname.tablename from 'path/filename.json';
ERROR:  invalid input syntax for type json
DETAIL:  Token "H" is invalid.

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: postgis update wants to install postgresql-13
Next
From: "David G. Johnston"
Date:
Subject: Re: Copy json from couchbase to postgres