tcdi / plrust

A Rust procedural language handler for PostgreSQL
PostgreSQL License
1.12k stars 32 forks source link

Use STRICT in "headliner" examples #280

Closed workingjubilee closed 1 year ago

workingjubilee commented 1 year ago

It's very likely someone fiddling with PL/Rust will copy the first example they see. We should probably nudge programmers to get the non-Option<T> forms of things, and that's done by using STRICT. It's a good habit to get into, at least. For any "likely to be found first" example, like in the README.md, we should use STRICT if it makes sense.

eeeebbbbrrrr commented 1 year ago

Done