> Why does it have that requirement? And why doesn't it use the pg_dump
> that came with the server? It seems pretty lame to assume that your app
> has to provide pg_dump and not any other part of the Postgres
> installation.
Application is like pg_admin.
It is typical client application which is used to edit data in existing
servers running in different sites over internet.
Application must have function to backup and restore whole database in same
>=8 server where it connects. Only 5432 port is open to internet.
Andrus.