Re: backup and restore

From: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
To: anhtin <anhtin(at)gmail(dot)com>
Subject: Re: backup and restore
Date: 2007-05-09 09:23:30
Message-ID: 46419312.3030907@theendofthetunnel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hannes Dorbath 2007-05-09 09:33:20 Re: PG on Debian 4.0.x ?
Previous Message Ragnar 2007-05-09 09:05:29 Re: Views- Advantages and Disadvantages