Skip to content

Commit

Permalink
feat: add clarity around setting replica identity
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch committed Dec 26, 2024
1 parent 1e0a2fe commit 909ccd0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content/400-pulse/400-api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,12 @@ _With_ having set the `REPLICA IDENDITY` to `FULL`:
}
```

:::note

To enable `REPLICA IDENTITY` with the `FULL` setting, you must configure it on a per-table basis, as it is not enabled by default. This requires executing an SQL query against your database. [Learn more here.](/pulse/database-setup/general-database-instructions#replica-identity)

:::

## `PulseDeleteEvent<User>`

### Type
Expand Down Expand Up @@ -398,3 +404,9 @@ _With_ having set the `REPLICA IDENDITY` to `FULL`:
id: '0/2A5A398'
}
```

:::note

To enable `REPLICA IDENTITY` with the `FULL` setting, you must configure it on a per-table basis, as it is not enabled by default. This requires executing an SQL query against your database. [Learn more here.](/pulse/database-setup/general-database-instructions#replica-identity)

:::

0 comments on commit 909ccd0

Please sign in to comment.