MCPcopy Create free account
hub / github.com/bytebase/bytebase / skipPostgresSchemaDDL

Function skipPostgresSchemaDDL

backend/plugin/schema/pg/metadata_migration.go:1484–1486  ·  view source on GitHub ↗
(schemaName string)

Source from the content-addressed store, hash-verified

1482}
1483
1484func skipPostgresSchemaDDL(schemaName string) bool {
1485 return schemaName == "pg_catalog" || schemaName == "public"
1486}
1487
1488func writeDropSchemaObjects(out *strings.Builder, schemaName string, schemaMeta *storepb.SchemaMetadata) error {
1489 if schemaMeta == nil {

Callers 1

writeSchemaDiffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected