MCPcopy Create free account
hub / github.com/constructive-io/pgsql-parser / quoteDottedName

Method quoteDottedName

packages/quotes/src/quote-utils.ts:162–170  ·  view source on GitHub ↗

* Quote a dotted name (e.g., schema.table, catalog.schema.table). * * The first part uses strict quoting (keywords are quoted), while subsequent * parts use relaxed quoting (keywords allowed, only quote for lexical reasons). * * This reflects PostgreSQL's grammar where the first ident

(parts: string[])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

FuncCallMethod · 0.80
CreateFunctionStmtMethod · 0.80

Calls 2

quoteIdentifierMethod · 0.80

Tested by

no test coverage detected