class PgConn::SchemaMethods

def exist_column?(schema, relation, column)

Return true if the column exists
def exist_column?(schema, relation, column)
  conn.exist? column_exist_query(schema, relation, column)
end