class PgConn::SchemaMethods
def exist_table?(schema, table)
def exist_table?(schema, table) conn.exist? relation_exist_query(schema, table, kind: %w(r f)) end
def exist_table?(schema, table) conn.exist? relation_exist_query(schema, table, kind: %w(r f)) end