Closed starnayuta closed 2 years ago
The function gen_random_uuid() has been built in since postgreSQL version 13.
gen_random_uuid()
https://www.postgresql.org/docs/13/functions-uuid.html
If pgcrypto is only used for the function gen_random_uuid(), is it no longer necessary to install the extension?
pgcrypto
Thanks.
That's correct. You can skip that step if the function is already available.
The function
gen_random_uuid()
has been built in since postgreSQL version 13.https://www.postgresql.org/docs/13/functions-uuid.html
If
pgcrypto
is only used for the functiongen_random_uuid()
, is it no longer necessary to install the extension?Thanks.