Re: Convert date and time colums to datetime - Mailing list pgsql-general

From Rich Shepard
Subject Re: Convert date and time colums to datetime
Date
Msg-id bc4129d5-e25b-ee48-cbd9-93108686837d@appl-ecosys.com
Whole thread Raw
In response to Re: Convert date and time colums to datetime  (Rob Sargent <robjsargent@gmail.com>)
Responses Re: Convert date and time colums to datetime
List 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



pgsql-general by date:

Previous
From: Rob Sargent
Date:
Subject: Re: Convert date and time colums to datetime
Next
From: Rich Shepard
Date:
Subject: Arrays vs separate tables