Re: backup and restore - Mailing list pgsql-general

From Chris
Subject Re: backup and restore
Date
Msg-id 46441664.4000803@gmail.com
Whole thread Raw
In response to Re: backup and restore  (anhtin <anhtin@gmail.com>)
Responses Re: backup and restore
List 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/

pgsql-general by date:

Previous
From: Paul Lambert
Date:
Subject: [Fwd: Re: backup and restore]
Next
From: Magnus Hagander
Date:
Subject: Re: tokenize string for tsearch?