Static mz_sql::pure::references::DATABASE_FAKE_NAME
source · pub(crate) static DATABASE_FAKE_NAME: &str
Expand description
The name of the fake database that we use for non-Postgres sources
to fit the model of a 3-layer catalog used to resolve references
in the SourceReferenceResolver
. This isn’t actually stored in
the catalog since the ReferenceMetadata::external_reference
method only includes the database name for Postgres sources.