I've just created a PostgreSQL database in Amazon RDS. I've connected to it from DataGrip and now I want to run a migration SQL script.
I get this error when I try:
Unable to resolve object type 'tstzmultirange'
CodePudding user response:
Multirange types are quite new in PostgreSQL, so we have task in progress for complete support of these types in IDE.