Re: [GENERAL] Querying Large Objects

2009-04-07 Thread Albe Laurenz
David Kerr wrote: > I'm having a heck of a time trying to track this down. > Is it possible to retrive a large object from psql/pgbench? > > I don't want just the OID, i want the actual streamed data. > > I'm doing a timing comparison between bytea and lo's. So it'd > be ideal if I can pull it wi

[GENERAL] Querying Large Objects

2009-04-06 Thread David Kerr
Hi all, I'm having a heck of a time trying to track this down. Is it possible to retrive a large object from psql/pgbench? I don't want just the OID, i want the actual streamed data. I'm doing a timing comparison between bytea and lo's. So it'd be ideal if I can pull it with pgbench. Thanks Da