Catalog
Scalar and table functions with signatures.
Trigger calls obscure function, opens Functions — signatures and bodies — jumps to Query lab to read source.
The Catalog panel Functions is where Bridge turns raw metadata into decisions — counts, definitions, dependencies, and links into the grid or Query lab. No information_schema archaeology; no guessing which mat view is stale.
Open Functions from the left sidebar after you connect; everything here reflects the live connection, not a cached export from yesterday.
Bridge path: /database/functions

Step 1
calculate_tax(amount numeric) returns numeric — signature mismatch in app explained.
Jump to body.
Scalar and table functions with signatures. /database/functions. Routines with signatures.

Step 2
Body in lab — find off-by-one. Patch migration planned.
Triggers panel cross-check.
Open in Query lab. Pair with Triggers.

Step 3
Function used by three triggers — change ripples listed.
Safer refactors.
Dependency introspection where engine exposes it.

postgresql://, ssh://, sftp://, s3://, or smtp:// examples.Related connections