Skip to content

Commit

Permalink
fixup typo README
Browse files Browse the repository at this point in the history
Co-authored-by: Jubilee <[email protected]>
  • Loading branch information
daamien and workingjubilee authored Sep 10, 2024
1 parent 5eb9e47 commit b5d1da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgrx-examples/decoder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using [Logical Decoding] and export them in JSON format using [serde].
## Principles

* Postgres triggers various callbacks at the different stages of a transaction
* The decoder defines some of these callbacks : begin, change, commit, etc.
* The decoder defines some of these callbacks: begin, change, commit, etc.
* The callbacks extract the changes made during the transaction
* They build Rust structs (Action, Tuple) to represent those changes
* The structs are then serialized into JSON
Expand Down

0 comments on commit b5d1da7

Please sign in to comment.