v.21.9Improvement
Convert timestamp and timestamptz to DateTime64 in PostgreSQL table engine
convert timestamp and timestamptz data types to DateTime64 in PostgreSQL table engine. #26234 (jasine).Why it matters
This feature enables ClickHouse to accurately map PostgreSQLtimestamp and timestamptz columns to the DateTime64 type, improving precision and consistency when querying PostgreSQL tables through the PostgreSQL table engine.How to use it
When using the PostgreSQL table engine to query PostgreSQL tables withtimestamp or timestamptz columns, these data types will now be automatically converted to ClickHouse's DateTime64 type without requiring additional configuration.