class PG::CopyCoder

def to_h

def to_h
	super.merge!({
		type_map: type_map,
		delimiter: delimiter,
		null_string: null_string,
	})
end