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

From Cynthia Hombakazi Ngejane
Subject Syncing Data of data type BLOB into Postgres- Bytea
Date
Msg-id CANdCqGyiWZdMVRyGGvrniiWRnVVL8yo7PaRqie_r_YwA4aCZ_Q@mail.gmail.com
Whole thread Raw
Responses Re: Syncing Data of data type BLOB into Postgres- Bytea  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general


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.

Please Help...

CH Ngejane


pgsql-general by date:

Previous
From: Mark Anns
Date:
Subject: How the Planner in PGStrom differs from PostgreSQL?
Next
From: David Guyot
Date:
Subject: Re: Linux equivalent library for "postgres.lib" from Windows