Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Dec 29, 2023
1 parent 87b92e9 commit f5d6751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/catalog/src/information_schema/schemata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ impl InformationTable for InformationSchemaSchemata {
}
}

/// Builds the `information_schema.TABLE` table row by row
/// Builds the `information_schema.schemata` table row by row
///
/// Columns are based on <https://www.postgresql.org/docs/current/infoschema-columns.html>
/// Columns are based on <https://docs.pingcap.com/tidb/stable/information-schema-schemata>
struct InformationSchemaSchemataBuilder {
schema: SchemaRef,
catalog_name: String,
Expand Down

0 comments on commit f5d6751

Please sign in to comment.