class PG::TypeMapByColumn

def inspect

def inspect
	type_strings = coders.map{|c| c ? "#{c.name}:#{c.format}" : 'nil' }
	"#<#{self.class} #{type_strings.join(' ')}>"
end