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 1vApMC-006Mkp-Q0 for pgsql-general@arkaria.postgresql.org; Mon, 20 Oct 2025 12:51:24 +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 1vApMB-00HZNs-NQ for pgsql-general@arkaria.postgresql.org; Mon, 20 Oct 2025 12:51:22 +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 1vApMB-00HZNk-CX for pgsql-general@lists.postgresql.org; Mon, 20 Oct 2025 12:51:22 +0000 Received: from mail.appl-ecosys.com ([50.126.108.78]) by makus.postgresql.org with smtp (Exim 4.96) (envelope-from ) id 1vApM8-002mw5-2T for pgsql-general@lists.postgresql.org; Mon, 20 Oct 2025 12:51:21 +0000 Received: from salmo.appl-ecosys.com (salmo.appl-ecosys.com [192.168.55.1]) by mail.appl-ecosys.com (Postfix) with ESMTP id C4CD52A14D6 for ; Mon, 20 Oct 2025 05:51:19 -0700 (PDT) Date: Mon, 20 Oct 2025 05:51:19 -0700 (PDT) From: Rich Shepard To: pgsql-general@lists.postgresql.org Subject: Re: Convert date and time colums to datetime In-Reply-To: <9EF7C4D5-613B-42DE-9FBD-1D14B452DA29@gmail.com> Message-ID: <7e67aa96-1012-1d2a-6980-1569aab7839d@appl-ecosys.com> References: <3cq7x5ky2pn2jabsx7bg67b4c34aijnhxc5ewpgmfot73vftd5@pjlqjnh47ymt> <9EF7C4D5-613B-42DE-9FBD-1D14B452DA29@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Mon, 20 Oct 2025, Rob Sargent wrote: > I don=E2=80=99t see any mention of the current data types of the two co= lumns > currently in play. apologies of I missed that. Column | Type | Collation | Nullable | = Default=20 --------------+------------------------+-----------+----------+----------= ------- contact_date | date | | not null | CURRENT_= DATE contact_time | time without time zone | | | Rich