expectedApplyFingerprint
expectedApplyFingerprint(
registry,options?):string
Defined in: packages/server/src/mutations/plpgsql-apply.ts:855
The fingerprint the installed apply function should carry for this registry + applier codegen (ADR-0018). It is a hash of the exact generated DDL body, so it shifts on any registry-shape change AND on any change to how the applier emits SQL (e.g. a @pgxsinkit/server upgrade) — the two drift classes a bare signature check cannot see. It does NOT depend on TS-side row-filter / customWhere logic, which never enters the apply function (that shapes the read proxy, not writes).
Parameters
Section titled “Parameters”registry
Section titled “registry”SyncTableRegistry
options?
Section titled “options?”ApplyFunctionRenderOptions = {}
Returns
Section titled “Returns”string