public inbox for [email protected]
help / color / mirror / Atom feedFrom: Erik Wienhold <[email protected]>
To: SASIKUMAR Devaraj <[email protected]>
Cc: [email protected]
Subject: Re: Sybase to postgres Timestamp column
Date: Wed, 21 Jan 2026 15:25:59 +0100
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
On 2026-01-21 14:53 +0100, SASIKUMAR Devaraj wrote:
> When we are migrating from sybase to postgres, we are facing issues
> with Timestamp field format and not matching.
> Sybase format: Jan 21 2026 5:35 PM
> Please advise any workaround is there?
I'm not familiar with Sybase. What issues are you facing? Please
provide more details such as database schema, error messages or expected
vs. actual results.
But Postgres should accept this timestamp format without issue:
SELECT 'Jan 21 2026 5:35 PM'::timestamp;
timestamp
---------------------
2026-01-21 17:35:00
(1 row)
--
Erik Wienhold
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Sybase to postgres Timestamp column
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox