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 1uL0E5-00GFRP-Ak for pgsql-admin@arkaria.postgresql.org; Fri, 30 May 2025 13:56:49 +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 1uL0E3-002DnM-Lb for pgsql-admin@arkaria.postgresql.org; Fri, 30 May 2025 13:56:47 +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.94.2) (envelope-from ) id 1uL0E3-002DnE-AN for pgsql-admin@lists.postgresql.org; Fri, 30 May 2025 13:56:47 +0000 Received: from mailout.easymail.ca ([64.68.200.34]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uL0E0-000tXf-1O for pgsql-admin@lists.postgresql.org; Fri, 30 May 2025 13:56:46 +0000 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id E606B63A06; Fri, 30 May 2025 13:56:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=elevated-dev.com; s=easymail; t=1748613402; bh=wC6Jd/CbbM9pViNmnViD1CWQ6xnSHcLSgFtvCqXpCI0=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=wZEKQSUIWtW4pJYEHY0xSGOLoq+cAamc12zq6wRIV9NVbC9FmABci0MvlVzKlLbUX z733L76GocPTOneM/2tlZ39BVZ57td0lJg5/7fEpd2CgMG0bQzT/vFBlQo9A20hcG1 86i/5eT2rleQKQb7JyU+GoTOwk7m8UUgM61ac6s6ziTjBrK5xv3mfsf0ish3wdWR2P zI/WywxF/3UoHIo3cQUtdVOZHn/d1ZlB9mXTXkfZNZhrkFp58q+pjqJLQ2TZdvURdL v5pe9aHBBW7FimxyW3rYlfDMZGLe5UNnGDZbbhRRcnkPNnxM+5yEDiMb68932/8XAA W33mv5frTWqdQ== X-Virus-Scanned: Debian amavisd-new at emo09-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo09-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 77FT1F70iVxk; Fri, 30 May 2025 13:56:42 +0000 (UTC) Received: from smtpclient.apple (165.140.184.195.ip.vcn.com [165.140.184.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 7426B6384C; Fri, 30 May 2025 13:56:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=elevated-dev.com; s=easymail; t=1748613402; bh=wC6Jd/CbbM9pViNmnViD1CWQ6xnSHcLSgFtvCqXpCI0=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=wZEKQSUIWtW4pJYEHY0xSGOLoq+cAamc12zq6wRIV9NVbC9FmABci0MvlVzKlLbUX z733L76GocPTOneM/2tlZ39BVZ57td0lJg5/7fEpd2CgMG0bQzT/vFBlQo9A20hcG1 86i/5eT2rleQKQb7JyU+GoTOwk7m8UUgM61ac6s6ziTjBrK5xv3mfsf0ish3wdWR2P zI/WywxF/3UoHIo3cQUtdVOZHn/d1ZlB9mXTXkfZNZhrkFp58q+pjqJLQ2TZdvURdL v5pe9aHBBW7FimxyW3rYlfDMZGLe5UNnGDZbbhRRcnkPNnxM+5yEDiMb68932/8XAA W33mv5frTWqdQ== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.500.181.1.5\)) Subject: Re: Seeking Suggestions for Best Practices: Archiving and Migrating Historical Data in PostgreSQL From: Scott Ribe In-Reply-To: Date: Fri, 30 May 2025 07:56:31 -0600 Cc: Pgsql-admin Content-Transfer-Encoding: quoted-printable Message-Id: References: <9B8D6FBB-9ECE-4A19-84D2-FF258412D552@elevated-dev.com> To: Joe Tailleur X-Mailer: Apple Mail (2.3826.500.181.1.5) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On May 30, 2025, at 7:50=E2=80=AFAM, Joe Tailleur = wrote: >=20 > It allows me to easily backup the schema (regardless of the number of = tables). I can move several tables into that schema, and back up the = schema. =20 Ah--my mind was stuck on one-at-a-time thinking.=