Marlon Petry wrote:
>
> The idea is to make one pg_dump of the server and to keep in the
> machine of client.
> And to restore this pg_dump when it will be necessary through the
> machine of the client.
> Perhaps I will have that to use some store procedure in the server, I
> do not know
>
>
pg_dump and pg_restore do not need to run on the server machine. Why not
just run them where you want the dump stored?
cheers
andrew