Copy json from couchbase to postgres

Поиск
Список
Период
Сортировка
От Rushikesh socha
Тема Copy json from couchbase to postgres
Дата
Msg-id CANgP4OLMoEeMO-9O997Ntjvft5vhazK2LRGFTHZzgEW356PFVg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Copy json from couchbase to postgres  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: postgis update wants to install postgresql-13
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Copy json from couchbase to postgres