Re: backup and restore

Поиск
Список
Период
Сортировка
От Chris
Тема Re: backup and restore
Дата
Msg-id 46441664.4000803@gmail.com
обсуждение исходный текст
Ответ на Re: backup and restore  (anhtin <anhtin@gmail.com>)
Ответы Re: backup and restore  (anhtin <anhtin@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Paul Lambert
Дата:
Сообщение: [Fwd: Re: backup and restore]
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: tokenize string for tsearch?