Results 4 issues of hohmannr

**System** OS: 5.6.6-arch1-1 (output of `$ uname -a`) Terminal: kitty 0.17.2 **Reproduction** - clone any git repo into another git repo ``` $ git clone path.to/repo $ cd repo $...

bug
good first issue

In the current plrust docs, I have found the following example for triggers: ```rust let tg_op = trigger.op()?; let my_row = match tg_op { INSERT => trigger.new().unwrap(), _ => trigger.old().unwrap()...

Updates `Makefile` and makes redoc update `.PHONY` so it is updated when `make $(REDOC_PATH)` is called and runs update for redocly.

I am running currently into the following problem: I am trying to generate different fake data for different API endpoints, that revolve around the same data object, where the data...