Re: feature idea

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: depesz(at)depesz(dot)com, "pgsql-general(at)postgresql(dot)org >> \"pgsql-general(at)postgresql(dot)org\"" <pgsql-general(at)postgresql(dot)org>
Subject: Re: feature idea
Date: 2008-10-06 18:45:44
Message-ID: 48EA5CD8.7080405@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

  • feature idea at 2008-10-06 18:13:07 from hubert depesz lubaczewski

Responses

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2008-10-06 19:18:00 Re: feature idea
Previous Message hubert depesz lubaczewski 2008-10-06 18:13:07 feature idea