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
Este último comando é para Linux
$ cat /tmp/teste.csv
Nenhum comentário:
Postar um comentário