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.94.2) (envelope-from ) id 1sET31-001bWa-Vn for pgsql-general@arkaria.postgresql.org; Tue, 04 Jun 2024 12:13:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sET31-00GhAX-Uz for pgsql-general@arkaria.postgresql.org; Tue, 04 Jun 2024 12:13:51 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sET31-00GhAO-K2 for pgsql-general@lists.postgresql.org; Tue, 04 Jun 2024 12:13:51 +0000 Received: from mail-oi1-x22e.google.com ([2607:f8b0:4864:20::22e]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1sET2v-003Ojx-2M for pgsql-general@postgresql.org; Tue, 04 Jun 2024 12:13:50 +0000 Received: by mail-oi1-x22e.google.com with SMTP id 5614622812f47-3d1c077b9baso2822870b6e.0 for ; Tue, 04 Jun 2024 05:13:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1717503224; x=1718108024; darn=postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=DE9CnwOVdnqidErVvDB000B1EAsF40ixKT3YHOT0vFo=; b=Po7PGU996KavKCf7EXuDz3Meh0v9mDG9VMtKt5ehsGfa7C679QLJACIggeWhYpnhMK A0n9UMbOfzB1q9XNQQVPG6AwTo8KuKhsNEDozIsp9GychFqspsjc4oSbtl+j84X5VBgp 0S5SD8SAecM2evZlPiiWKOhaAHhebGS2KFs2xrsCrqg8p5ErjGmIHspyLVfRtBqJJ3BJ wPjo9d3UUZVyjdDK1sHdLHGqrJhoGy6zNmS3fBXCM6UB4RE3rpccTuPaaMDI0R8sA90k SEPxjHfSh/Kgo1+W/7RpZAfN59vG7Et7U6jRqOAVV/kS8fB2daE6TRr5QzY1tuSTPDbn P7WA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717503224; x=1718108024; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=DE9CnwOVdnqidErVvDB000B1EAsF40ixKT3YHOT0vFo=; b=v6av9yPZtk281qXqS9zfMLac4POZnC9/vaZ2qOJo4tUqx+uhblWAgkEM6xcFlJafAM YCbwUObHZx/ZSGUF/pWDy0opSAZFpm3YoC87ZOfjPq6Bd5aJQ4viQI091GzwCGH+SaCc bhFG6EORAG849A9w1jO4hIQbCA9/yZAcQNgIudZ6nxCfNu68OpD/mU57Sz9MqCB9bnIp Ql0R1tFbxTLmuU93Of/3vxGmVUkxBENhZhz8SF8/PeRepMac+EBQDlIzCY3Hedw9NFln qPkYz02AksfCZh4dF3rnA2GOrF4naxOZrqH9k+fQLj0qF/unsG9pkvKTisaDrGOJeva6 NEIw== X-Gm-Message-State: AOJu0Yw3vNzlSQ8nsjXo1SzJAN83JDqvISiXmR3leYaTzmS4c+8bgA7r Hh08lvciqmX2ljZDsTWGsp1EowdPMHsTeYyHmfKQ0YZpG+16kHXO/OvKvWBN28ecPy50J3BOWrE BlqPc/CG5VUcN/yU7mFIDycLoo3brvw== X-Google-Smtp-Source: AGHT+IGEFMXkA/3hXv8zad8uVThYSWmSy00jduNJ+L8zXFHM4VeXH51t/Uy3uJCpxMMtYUGRTcAXUg8eYeKtJ319Z8g= X-Received: by 2002:a05:6808:6d9:b0:3d1:d2e4:a4e1 with SMTP id 5614622812f47-3d1e35cec62mr10320902b6e.58.1717503223778; Tue, 04 Jun 2024 05:13:43 -0700 (PDT) MIME-Version: 1.0 From: Ron Johnson Date: Tue, 4 Jun 2024 08:13:32 -0400 Message-ID: Subject: Purpose of pg_dump tar archive format? To: pgsql-general Content-Type: multipart/alternative; boundary="0000000000008dd698061a0f6147" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000008dd698061a0f6147 Content-Type: text/plain; charset="UTF-8" It doesn't support compression nor restore reordering like the custom format, so I'm having trouble seeing why it still exists (at least without a doc warning that it's obsolete). --0000000000008dd698061a0f6147 Content-Type: text/html; charset="UTF-8"
It doesn't support compression nor restore reordering like the custom format, so I'm having trouble seeing why it still exists (at least without a doc warning that it's obsolete).
--0000000000008dd698061a0f6147--