Syncing Data of data type BLOB into Postgres- Bytea

From: Cynthia Hombakazi Ngejane <hombakazi(dot)ngejane(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Syncing Data of data type BLOB into Postgres- Bytea
Date: 2016-11-10 06:55:17
Message-ID: CANdCqGydDLciwZiagYMvWzPKjh=_gbYetVeEAs70ZWf36OcWDg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Everyone,

I have two databases SQLlite and Postgres, SQLite is my local database in
it I am saving fingerprint templates that get capture on site (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.

Please Help...

CH Ngejane

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Anns 2016-11-10 07:11:51 How the Planner in PGStrom differs from PostgreSQL?
Previous Message Michael Paquier 2016-11-10 02:24:14 Re: Postgresql error (and service disruption) on Windows