From: Fujii Masao Date: Sun, 16 Jun 2013 00:39:16 +0000 (+0900) Subject: Fix description of archive format which pg_restore -j supports. X-Git-Tag: REL9_3_BETA2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b5d712d08df978d7345a7bbf14786ce3879f317;p=postgresql Fix description of archive format which pg_restore -j supports. --- diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 0d73294930..7c48fcd288 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -265,8 +265,9 @@ - Only the custom archive format is supported with this option. - The input file must be a regular file (not, for example, a + Only the custom and directory archive formats are supported + with this option. + The input must be a regular file or directory (not, for example, a pipe). This option is ignored when emitting a script rather than connecting directly to a database server. Also, multiple jobs cannot be used together with the