v.21.10Improvements
Prevent Creation of MaterializedPostgreSQL with Invalid Arguments
Do not allow creating MaterializedPostgreSQL with bad arguments. Closes #28423. #28430 (Kseniia Sumarokova).Why it matters
This feature ensures that users cannot createMaterializedPostgreSQL tables using incorrect or unsupported arguments, which helps avoid configuration errors and unintended behavior during table creation.How to use it
When creating aMaterializedPostgreSQL table, ensure that all provided arguments conform to valid formats and types as required. The system will now automatically reject invalid argument combinations, preventing table creation until corrected.