8 Dec 19:11
Re: BLOB handling compatibility with PostgreSQL > 7.4
From: Peter Eisentraut <peter_e <at> gmx.net>
Subject: Re: BLOB handling compatibility with PostgreSQL > 7.4
Newsgroups: gmane.comp.db.postgresql.odbc
Date: 2005-12-08 18:11:29 GMT
Subject: Re: BLOB handling compatibility with PostgreSQL > 7.4
Newsgroups: gmane.comp.db.postgresql.odbc
Date: 2005-12-08 18:11:29 GMT
Marc Herbert wrote: > We are developping a middleware and are not free to choose our data > types. I was thinking the ODBC driver should provide the appropriate mapping. > 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. -- -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
RSS Feed