Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
492
func
(ctx *FmtCtx) alwaysFormatTablePrefix() bool {
493
return
ctx.flags.HasFlags(FmtAlwaysQualifyTableNames) || ctx.tableNameFormatter != nil
494
}
Callers
5
Format
Method · 0.80
Format
Method · 0.80
Format
Method · 0.80
Format
Method · 0.80
Format
Method · 0.80
Calls
1
HasFlags
Method · 0.45
Tested by
no test coverage detected