On Sun, 8 Feb 2004, Russ Schneider wrote:
> Is there an easy way to pipe a select statement's output to a file?
In psql you can use \o [filename] to direct query output to a file.