Add `gen_random_uuid` function to PostgresModule
Closed this issue · 2 comments
jczuchnowski commented
Add support for function gen_random_uuid
described in the PostgreSQL docs.
Add function to PostgresFunctionDef in PostgresModule
Add test in FunctionDefSpec
bburdiliak commented
I'll take this one
jczuchnowski commented
Done.