156
156
std::ostream& operator<<(std::ostream& output, const Schema&identifier)
158
return output << "identifier::Schema:(" << catalog::local_identifier() << ", " << identifier.getSchemaName() << ", " << identifier.getPath() << ")";
158
return output << "identifier::Schema:(" << drizzled::catalog::local_identifier() << ", " << identifier.getSchemaName() << ", " << identifier.getPath() << ")";
161
161
} /* namespace identifier */