"".crdb_internal.create_schema_statements only shows schemas from defaultdb
#109770
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Describe the problem
Appending
"".
tocrdb_internal.create_schema_statements
should cause it to show schemas across all databases. I would expect it to return an additional row for thepublic
schema in themovr
database. Instead, it only returnsdefaultdb.public
when executed from themovr
database.Additional schemas created within the
movr
database do not appear.Additional schemas created within the
defaultdb
database do appear.To Reproduce
cockroach demo
SELECT * FROM "".crdb_internal.create_schema_statements
Environment:
cockroach sql
Jira issue: CRDB-31095
The text was updated successfully, but these errors were encountered: