Re: FW: FW:

From: Bjoern Metzdorf <bm(at)turtle-entertainment(dot)de>
To: Oli Sennhauser <oli(dot)sennhauser(at)bluewin(dot)ch>
Cc: Leszek(dot)Dukwicz(at)brebank(dot)com(dot)pl, pgsql-admin(at)postgresql(dot)org
Subject: Re: FW: FW:
Date: 2004-02-23 18:41:45
Message-ID: 403A4969.5010900@turtle-entertainment.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • Re: FW: FW: at 2004-02-23 18:12:01 from Oli Sennhauser

Browse pgsql-admin by date

  From Date Subject
Next Message Bellala, Kasi 2004-02-23 19:12:30 Postgresql on Linux with JDBC
Previous Message scott.marlowe 2004-02-23 18:31:33 Re: