hubert depesz lubaczewski wrote:
hi

would it be possible to allow (in psql) syntax like:
\do = | grep ...
or even:
select * from table; | zcat - > /tmp/table.data.gz

...

What's wrong with:

\o '| gzip -c - > foo.gz'
\d
\o


I use:
\o '|lpr'
all the time.

Cheers,
Steve

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to