Re: Convert date and time colums to datetime

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Convert date and time colums to datetime
Date: 2025-10-19 20:38:11
Message-ID: bc4129d5-e25b-ee48-cbd9-93108686837d@appl-ecosys.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 19 Oct 2025, Rob Sargent wrote:

> I think you have to ask why those values were separated in the first
> place. For instance if they are thought of as a pair in most queries then
> an alteration might be in order. There can be a large one time cost if
> these tables occur in a lot of separate sql calls in the business logic.

Rob,

Good point. They're in the contacts table and I use them to determine when
to make another contact and if prior contacts were more productive in the
morning or afternoon.

Thanks,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2025-10-19 20:43:09 Arrays vs separate tables
Previous Message Rob Sargent 2025-10-19 19:40:59 Re: Convert date and time colums to datetime