Re: [ADMIN] lo_import/lo_export in other table

2011-08-16 Thread Nelson Gonzaga
Greg, Very cool your idea, I'll use it in my app. And about lo_export, how can I get the file from this table?   Tks, Nelson De: Greg Spiegelberg Para: Nelson Gonzaga Cc: pgsql admin Enviadas: Terça-feira, 16 de Agosto de 2011 9:04 Assunto: Re: [ADMIN] lo_import/lo_export in other table

Re: [ADMIN] lo_import/lo_export in other table

2011-08-16 Thread Greg Spiegelberg
On Fri, Aug 12, 2011 at 12:31 PM, Nelson Gonzaga wrote: > Hi all, > How can I modify (or create other one) lo_import to save data in my table > (not in pg_largeobject). > Because I'm making an app that create a table with my fields and a bytea > field, but .net doesn't read that field like lo_exp

[ADMIN] lo_import/lo_export in other table

2011-08-12 Thread Nelson Gonzaga
Hi all, How can I modify (or create other one) lo_import to save data in my table (not in pg_largeobject). Because I'm making an app that create a table with my fields and a bytea field, but .net doesn't read that field like lo_export.   Any ideas?   tks in advance,