(types 1) PostgreSQL Object Relational DataBase Management System 型の拡張(1) 複素型の例 複素型のCの構造体 typedef struct Complex { double x; double y; } Complex; 外部表現 (x,y) という形の文字列