class PgConn::SchemaMethods

def exist_relation?(schema, relation)

Returns true if relation (table or view) exists
def exist_relation?(schema, relation)
  conn.exist? relation_exist_query(schema, relation)
end