ARRAY[expr1, expr2, ...] Constructs a SQL ARRAY literal from the provided expression arguments. All arguments must be of the same type. ARRAY_APPEND(arr, expr) Appends the expression to the array. The ...
The base type of an 'array of enum' column changed from one patch version to the other. A table has a column with the datatype 'array of an enum' CREATE TYPE messageFlag AS ENUM('duplicate','spike'); ...