# CHANGE_NOTIFY_SUPPRESS_SETTING variable · @imqueue/pg-prisma

Source: https://imqueue.org/api/pg-prisma/latest/pg-prisma.change_notify_suppress_setting/
Published: 2026-08-28
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-prisma 2.0.0 — generated reference, not hand-written

Setting the trigger reads to decide whether to stay quiet.

**Signature:**

```typescript
CHANGE_NOTIFY_SUPPRESS_SETTING = "record_change_notify.suppressed"
```

## Remarks

Named after the trigger it silences, like the channel, trigger and function above it — a reader meeting it in a `SET LOCAL` can tell what it belongs to without knowing this package.

A setting of our own rather than `session_replication_role`, which would also switch off foreign-key enforcement — a bulk load run that way can leave orphan rows behind. This suppresses nothing but these notifications.

