class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Vector

def initialize(delim, subtype)

pg_types table.
table. +subtype+ is derived from the `typelem` column in the
+delim+ corresponds to the `typdelim` column in the pg_types
def initialize(delim, subtype)
  @delim   = delim
  @subtype = subtype
end