On Fri, May 16, 2003 at 10:10:06 -0300,
"Pedro C. Arias" <parias(at)sede(dot)unr(dot)edu(dot)ar> wrote:
> Hello, anybody know a tool to backup/restore remotely a Postgres database
> like SQL Server.
I responded too quickly.
The command is spelled pg_dump .
You don't need ssh since pg_dump can connect to remote databases and will
use ssl if available.