MCPcopy Create free account
hub / github.com/dolthub/doltgresql / alwaysFormatTablePrefix

Method alwaysFormatTablePrefix

postgres/parser/sem/tree/format.go:492–494  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

490}
491
492func (ctx *FmtCtx) alwaysFormatTablePrefix() bool {
493 return ctx.flags.HasFlags(FmtAlwaysQualifyTableNames) || ctx.tableNameFormatter != nil
494}

Callers 5

FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80

Calls 1

HasFlagsMethod · 0.45

Tested by

no test coverage detected