Does Postgres (or a Postgres extension) have a uuid v5 function (ie one that takes in a UUID name space and a string to produce a new UUID)?
If not a native function, how would one write this function?
Does Postgres (or a Postgres extension) have a uuid v5 function (ie one that takes in a UUID name space and a string to produce a new UUID)?
If not a native function, how would one write this function?
Copyright © 2021 Jogjafile Inc.
Yes, uuid-ossp module provides such function.