Re: Syncing Data of data type BLOB into Postgres- Bytea - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Syncing Data of data type BLOB into Postgres- Bytea
Date
Msg-id 1570b9db-a743-ee2f-f3f7-14e8e58600d8@aklaver.com
Whole thread Raw
In response to Syncing Data of data type BLOB into Postgres- Bytea  (Cynthia Hombakazi Ngejane <hombakazi.ngejane@gmail.com>)
List pgsql-general
On 11/09/2016 11:35 PM, Cynthia Hombakazi Ngejane wrote:
>
>
> Hello,
>
> I have two databases SQLlite and Postgres,  SQLite is my local database
> in it I am saving fingerprint templates that get capture onsite (i.e
> offline) and my column is of type BLOB. Now I want to sync these
> templates into Postgres (to the server), so I created a column of type
> bytea but Postgres is refusing to take BLOB it says there was a syntax
> error. I am using Qt c++ 5.7  application  to do the syncing.

What version of Postgres?

What is the syntax error?

What is the code you are using to insert/update the data into Postgres?

>
> Please Help...
>
> CH Ngejane
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: rob stone
Date:
Subject: Re: Import data from MS SQL Server 2014 to Postgresql 9.6 using dbi-link and fdw (error: utf-8/uft-16)
Next
From: Devrim Gündüz
Date:
Subject: Re: Postgresql 94 from PostgreSQL RPM Repository (with Yum)