Re: inserting blob data

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: inserting blob data
Дата
Msg-id 8847.1038249695@sss.pgh.pa.us
обсуждение исходный текст
Ответ на inserting blob data  ("Bruce Holt" <bj_holt@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Bruce Holt"
Дата:
Сообщение: inserting blob data
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: inserting blob data