Re: FW: FW: - Mailing list pgsql-admin

From Bjoern Metzdorf
Subject Re: FW: FW:
Date
Msg-id 403A4969.5010900@turtle-entertainment.de
Whole thread Raw
In response to Re: FW: FW:  (Oli Sennhauser <oli.sennhauser@bluewin.ch>)
List pgsql-admin
> Roughly:
>
> mknod my_pipe1 p
> mknod my_pipe2 p
> nohup compress < my_pipe1 > my_pipe2 &
> nohup split -m 2000 < my_pipe1 &
> nohup pg_dump > my_pipe1 &

How about

pg_dump | split -m 2000

?

Regards,
Bjoern

pgsql-admin by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re:
Next
From: Louie Kwan
Date:
Subject: Recall: "SELECT ANY TABLE" !!