"Brent Wood" <[email protected]> writes: > Using \o to redirect output to a file from the psql command line, is there > any way to have the output appended to the output file, rather than > overwriting it?
This is pretty grotty, but it works:
\o | cat >>target
Maybe we should provide another way in future...
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
