(array 1) PostgreSQL Object Relational DataBase Management System 配列(1) クラスの生成 CREATE TABLE SAL_EMP ( name text, pay_by_quarter int4[], schedule char16[][]); インスタンスの格納 INSERT INTO SAL_EMP VALUES ('Bill', '{10000, 10000, 10000, 10000}', '{{"meeting", "lunch"}, {}}');