Re: BLOB handling compatibility with PostgreSQL > 7.4 - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Re: BLOB handling compatibility with PostgreSQL > 7.4
Date
Msg-id 20051209011513.GA8293@soptik.pzkagis.cz
Whole thread Raw
In response to Re: BLOB handling compatibility with PostgreSQL > 7.4  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: BLOB handling compatibility with PostgreSQL > 7.4  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-odbc
Hello

> > As far as i know, the implementation of bytea and large objects in
> > the database are totally different and I suspect there are good
> > reasons to use either one of them, depending on the actual data and
> > application involved.
>
> There is no real reason to use large objects for anything instead of
> bytea.

There is a reason when you have already written application.
I don't use lo. I'm new in development of psqlODBC and one request
was: lo changed between 7.3 and 7.4
I try to solve it. You can find it in pgsql-odbc archive. It has
same subject.

I'm sorry I didn't read FAQ for psqlODBC earlier.

Regards,

Luf

pgsql-odbc by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: BLOB handling compatibility with PostgreSQL > 7.4
Next
From:
Date:
Subject: [ psqlodbc-Bugs-1000475 ] SEGFAULT during SQLCancel