Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w6uM2-004ls3-2O for pgsql-docs@arkaria.postgresql.org; Sun, 29 Mar 2026 17:55:18 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w6uM1-00Gm0v-0Z for pgsql-docs@arkaria.postgresql.org; Sun, 29 Mar 2026 17:55:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w6uM0-00Gm0n-35 for pgsql-docs@lists.postgresql.org; Sun, 29 Mar 2026 17:55:17 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1w6uLy-00000001rO2-3EgM for pgsql-docs@lists.postgresql.org; Sun, 29 Mar 2026 17:55:17 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 62THtBOB1844993; Sun, 29 Mar 2026 13:55:12 -0400 From: Tom Lane To: Laurenz Albe cc: "Radoulov, Dimitre" , pgsql-docs@lists.postgresql.org Subject: Re: Documentation clarification request: pg_dumpall and Large Objects In-reply-to: References: Comments: In-reply-to Laurenz Albe message dated "Fri, 27 Feb 2026 23:23:35 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1844991.1774806911.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sun, 29 Mar 2026 13:55:11 -0400 Message-ID: <1844992.1774806911@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Laurenz Albe writes: > Commit 763aaa06f0 has changed the situation: with the addition of other = formats > than the plain format, it no longer makes sense to say that pg_dumpall > is not useful for backup. Still, we should clarify what is *not* includ= ed. > The attached patch does that and in passing improves the readability. Pushed with trivial grammatical adjustments. I also failed to resist the temptation to improve the newly-added text nearby. regards, tom lane