Hi everybody out there using Postgres.
I am using PgAdminIII & I would like that my query results that appears
on the console might be redirected to a file or to a temporary table.
Someone suggested in this list that I redirect the output of the query
using the "query" > file, but my intention is that the new file must be
on the client side.
My goal is to create a graphic from the query results and procesing the
data from the text file.
Any suggestions are welcome. :-)