parallel pg_restore and supported input format

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: parallel pg_restore and supported input format
Date: 2013-06-14 17:20:30
Message-ID: CAHGQGwGJ9uqJN=wP9Y0nRZT-jL5-N3kg9m4KmiqVch3_X6o2oA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

I found the document says that parallel pg_restore supports only
the custome archive format, as follows, but this is not true. Now,
it supports also the directory archive format.

> Only the custom archive format is supported with this option.

Also I found the following description about the input directory
of pg_dump is not true. If the target directory is empty, pg_dump
can continue its process even if the directory exists.

> In this case the directory is created by pg_dump and must not exist before.

The attached patch fixes these wrong descriptions.

Regards,

--
Fujii Masao

Attachment Content-Type Size
pg_restore_doc_v1.patch application/octet-stream 1.7 KB

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2013-06-18 03:15:15 Re: Reference function arguments by name
Previous Message David Johnston 2013-06-14 02:20:05 Create Table ... Like Including Default & Sequences