I am replicating tables in Postgres to Snowflake and run into these types of tstzrange and tsrange in Postgres which I am not sure whether Snowflake supports.
I see something like TIMESTAMP_LTZ, TIMESTAMP_NTZ and TIMESTAMP_TZ in Snowflake documentation (https://docs.snowflake.net/manuals/sql-reference/data-types-datetime.html#timestamp-ltz-timestamp-ntz-timestamp-tz). But these are not range types.
What would be the best way to support these range timestamp types from Postgres in Snowflake?