Re: inserting blob data - Mailing list pgsql-odbc

From Tom Lane
Subject Re: inserting blob data
Date
Msg-id 8847.1038249695@sss.pgh.pa.us
Whole thread Raw
In response to inserting blob data  ("Bruce Holt" <bj_holt@hotmail.com>)
List pgsql-odbc
"Bruce Holt" <bj_holt@hotmail.com> writes:
> I am new to PostgreSQL (running on Red Hat 8.0) and the ODBC driver for
> Windows (version 7.0.2.003).   I need to store binary data (up to 10 MB) in
> a table.  I have tried to insert my data, and have been successful up to 8kb
> of data (which is my block size).  How can I store data that exceeds my
> block size limitation?

Hmm, the 8K limit has been gone for a long time.  You didn't mention
your Postgres server's version, but I'm betting you need to update
either your server or your ODBC driver.  Possibly both.

            regards, tom lane

pgsql-odbc by date:

Previous
From: "Bruce Holt"
Date:
Subject: inserting blob data
Next
From: "Dave Page"
Date:
Subject: Re: inserting blob data