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 1vgiiD-001IAZ-2W for pgsql-hackers@arkaria.postgresql.org; Fri, 16 Jan 2026 12:13:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vgiiC-0037IT-2e for pgsql-hackers@arkaria.postgresql.org; Fri, 16 Jan 2026 12:13:57 +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.96) (envelope-from ) id 1vgiiC-0037IK-1G for pgsql-hackers@lists.postgresql.org; Fri, 16 Jan 2026 12:13:56 +0000 Received: from forwardcorp1d.mail.yandex.net ([178.154.239.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vgii8-000kha-1p for pgsql-hackers@postgresql.org; Fri, 16 Jan 2026 12:13:55 +0000 Received: from mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net [IPv6:2a02:6b8:c42:65a0:0:640:e1de:0]) by forwardcorp1d.mail.yandex.net (Yandex) with ESMTPS id 021FE807BA; Fri, 16 Jan 2026 15:13:49 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6bf:8080:44c::1:b]) by mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id lDVm2J0Ar0U0-wr2fcJkY; Fri, 16 Jan 2026 15:13:47 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1768565627; bh=I/zJPK2HSbCEMccfWk+bOX9VEiQHS4DLR/qXdbV+oz4=; h=Message-Id:To:Date:References:Cc:In-Reply-To:From:Subject; b=jpzk3WPE9CZV8lTE598KakOYTtukRn/E6HiSHdYhzABOBtcTynGEms5Tc9QDPC8PZ xpJ2R6u0p7IX/vQdG358IfH5j8dqSU/X+pl9IBSbjAoG+BgTNzZHlIlUesOYK24oOF oHW3FA6df/KzJtNiSX6iopoI4RcioQ0YFmvoWOhM= Authentication-Results: mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81.1.4\)) Subject: Re: CREATE TABLE LIKE INCLUDING TRIGGERS From: Andrey Borodin In-Reply-To: Date: Fri, 16 Jan 2026 17:13:36 +0500 Cc: PostgreSQL-development Content-Transfer-Encoding: 7bit Message-Id: <11B38872-6D72-45BB-AA9B-910FBE6BB9EA@yandex-team.ru> References: To: jian he X-Mailer: Apple Mail (2.3826.700.81.1.4) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 16 Jan 2026, at 12:34, jian he wrote: IMO the patch is ready for committer. Best regards, Andrey Borodin.