Use of native gen_random_uuid() since PG 13
Closed this issue · 1 comments
fljdin commented
Hi!
As documented, the uuid-ossp
extension is required and (as far I looked up) there are a few test files using dedicated uuid_generate_v4()
method.
Since PostgreSQL v13, a native method has been added gen_random_uuid()
and could be used in place to reduce dependancies.
What do you think about?
Regards, Florent
pyramation commented