On 09.05.2007 09:45, anhtin wrote:
hi all I am developing web site use database is PostGres and now i must build function backup and Restore database on Web My web develop on framework 2.0(asp.net 2.0) I know have two file on forder bin use backup and restore is: pg_restore.exe , pg_dump.exe I have plan is write function or procedures on Database can backup and restore database. How can i write this function ??? Some body show for me?
Well, a good start might be to take a look at the manual of the application in question?
See http://www.postgresql.org/docs/current/static/backup.html -- Regards, Hannes Dorbath