MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / Format

Method Format

pkg/sql/sem/tree/set.go:72–75  ·  view source on GitHub ↗

Format implements the NodeFormatter interface.

(ctx *FmtCtx)

Source from the content-addressed store, hash-verified

70
71// Format implements the NodeFormatter interface.
72func (node *SetTransaction) Format(ctx *FmtCtx) {
73 ctx.WriteString("SET TRANSACTION")
74 node.Modes.Format(ctx)
75}
76
77// SetSessionAuthorizationDefault represents a SET SESSION AUTHORIZATION DEFAULT
78// statement. This can be extended (and renamed) if we ever support names in the

Callers

nothing calls this directly

Calls 1

FormatMethod · 0.65

Tested by

no test coverage detected