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

[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,

[ADMIN] Where pg saves the next OID?

2009-08-05 Thread Nelson Gonzaga
o it. tks, Nelson Gonzaga Veja quais são os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com

[ADMIN] How to change pg_largeobject tablespaces?

2009-03-03 Thread Nelson Gonzaga
Hi, I create a lot of tablespaces and now I like to split tables, indexes and lo in many HD, but I don´t get to change the tablespace of the pg_largeobject: alter table pg_largeobject set tablespace tbs_lo; ERROR:  permission denied: "pg_largeobject" is a system catalog How to avoid this error o