Re: backup and restore

From: Chris <dmagick(at)gmail(dot)com>
To: anhtin <anhtin(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: backup and restore
Date: 2007-05-11 07:08:20
Message-ID: 46441664.4000803@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

anhtin wrote:
> Anybody show for me ?????
> i want backup database and i read on Internet have function
> pg_start_backup(C:\Program Files\MicrosoftSQLServer\MSSQL\BACKUP\abc.backup)
> but i not run
> Some body show me. How will i do run this function ??

Read the documentation!

http://www.postgresql.org/docs/current/static/backup-dump.html

pg_start_backup is NOT for creating full backups - it is for creating
partial backups (as you would see here:
http://www.postgresql.org/docs/8.2/static/continuous-archiving.html).

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2007-05-11 07:23:07 Re: tokenize string for tsearch?
Previous Message Paul Lambert 2007-05-11 07:05:49 [Fwd: Re: backup and restore]