Closed matthias-Q closed 1 year ago
Using the [] notation in PostgresSQL, it is possible to create columns that store arrays and matrices.
[]
CREATE table tab ( arr_col INT[], mat_col INT[][] );
This is currently not handled.
Using the
[]
notation in PostgresSQL, it is possible to create columns that store arrays and matrices.This is currently not handled.