Re: pg_restore new option -m

Поиск
Список
Период
Сортировка
От ohp@pyrenet.fr
Тема Re: pg_restore new option -m
Дата
Msg-id Pine.UW2.4.63.0902191513100.24993@sun.pyrenet
обсуждение исходный текст
Ответ на Re: pg_restore new option -m  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_restore new option -m
Re: pg_restore new option -m
Список pgsql-hackers
hi Tom,
On Wed, 18 Feb 2009, Tom Lane wrote:

> Date: Wed, 18 Feb 2009 13:41:34 -0500
> From: Tom Lane <tgl@sss.pgh.pa.us>
> To: ohp@pyrenet.fr
> Cc: pgsql-hackers list <pgsql-hackers@postgresql.org>
> Subject: Re: [HACKERS] pg_restore new option -m 
> 
> ohp@pyrenet.fr writes:
>> pg_restore -C -m 4 -d template1 db.dmp
>> gives numerous errors, mostly no such relation at index creation time.
>
> You sure you don't get exactly the same without -m?
>
yes!
>             regards, tom lane
>
the pg.gz script shows the output of :
pg_restore -C -m
pg_restore -C
dropdb;createdb; pg_restore -m

regards,
-- 
Olivier PRENANT                    Tel: +33-5-61-50-97-00 (Work)
15, Chemin des Monges                +33-5-61-50-97-01 (Fax)
31190 AUTERIVE                       +33-6-07-63-80-64 (GSM)
FRANCE                          Email: ohp@pyrenet.fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: GIN fast insert
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Start background writer during archive recovery.