Vc pode usar o psql. test_development=# \f ';' Field separator is ";". test_development=# \a Output format is unaligned. test_development=# \t Showing only tuples. test_development=# \o /tmp/teste.csv test_development=# select * from documents; test_development=# \o test_development=# \q $ cat /tmp/teste.csv
2010/8/9 Edson Ramiro <[email protected]> > Olá pessoal, > > Estou querendo exportar o banco em uma planilha. > > Pelo que achei na web não tem como fazer isto direto. > Talvez para csv e depois importar no BrOffice. > > Alguem sabe uma boa maneira? e como exportar o banco para csv? > > Grato, > > -- > Edson Ramiro Lucas Filho > {skype, twitter, gtalk}: erlfilho > http://www.inf.ufpr.br/erlf07/ > > _______________________________________________ > pgbr-geral mailing list > [email protected] > https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral > > -- [ ]'s Shairon Toledo http://www.google.com/profiles/shairon.toledo
_______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
