Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gG2BT-0005YP-Bk for pgsql-docs@arkaria.postgresql.org; Fri, 26 Oct 2018 13:29:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gG29J-00056S-Uo for pgsql-docs@arkaria.postgresql.org; Fri, 26 Oct 2018 13:27:37 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gG29J-00056L-Ox for pgsql-docs@lists.postgresql.org; Fri, 26 Oct 2018 13:27:37 +0000 Received: from smtp.outgoing.loopia.se ([194.9.95.112]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gG29H-0004hy-Tz for pgsql-docs@lists.postgresql.org; Fri, 26 Oct 2018 13:27:37 +0000 Received: from s554.loopia.se (localhost [127.0.0.1]) by s554.loopia.se (Postfix) with ESMTP id CAFC61F16C86 for ; Fri, 26 Oct 2018 15:27:33 +0200 (CEST) Received: from s499.loopia.se (unknown [172.21.200.97]) by s554.loopia.se (Postfix) with ESMTP id ACCB1798684 for ; Fri, 26 Oct 2018 15:27:33 +0200 (CEST) Received: from s406.loopia.se (unknown [172.21.200.105]) by s499.loopia.se (Postfix) with ESMTP id AA7951349A39 for ; Fri, 26 Oct 2018 15:27:33 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s498.loopia.se ([172.21.200.105]) by s406.loopia.se (s406.loopia.se [172.21.200.136]) (amavisd-new, port 10024) with LMTP id IP6wrKWWd95D for ; Fri, 26 Oct 2018 15:27:33 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 85.228.38.16 Received: from [192.168.1.64] (c-1026e455.027-294-73746f71.bbcust.telenor.se [85.228.38.16]) (Authenticated sender: daniel@yesql.se) by s498.loopia.se (Postfix) with ESMTPSA id 331AC449467 for ; Fri, 26 Oct 2018 15:27:33 +0200 (CEST) From: Daniel Gustafsson Content-Type: multipart/mixed; boundary="Apple-Mail=_4DE60039-3039-4E3B-B46F-A0EA3E445B0E" Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Missing whitespace in pg_dump docs Message-Id: Date: Fri, 26 Oct 2018 15:27:28 +0200 To: pgsql-docs@lists.postgresql.org X-Mailer: Apple Mail (2.3445.9.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --Apple-Mail=_4DE60039-3039-4E3B-B46F-A0EA3E445B0E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii The attached diff adds what seems to be a missing whitespace in the = discussion on dump formats. cheers ./daniel --Apple-Mail=_4DE60039-3039-4E3B-B46F-A0EA3E445B0E Content-Disposition: attachment; filename=pg_dump_whitespace.diff Content-Type: application/octet-stream; x-unix-mode=0644; name="pg_dump_whitespace.diff" Content-Transfer-Encoding: 7bit diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 790e81c32c..b5fa4fb85c 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -82,7 +82,7 @@ PostgreSQL documentation can be used to examine the archive and/or select which parts of the database are to be restored. The most flexible output file formats are the custom format () and the - directory format(). They allow + directory format (). They allow for selection and reordering of all archived items, support parallel restoration, and are compressed by default. The directory format is the only format that supports parallel dumps. --Apple-Mail=_4DE60039-3039-4E3B-B46F-A0EA3E445B0E--