Now I have written a cgi file to backup data. I applied "pg_dump" command to fulfill the
task,but it failed. I want to know whether there is a method or not, to fulfill the backup
task within a database connection, just like do a sql query. And how can I solve the problem.