PostgreSQL: Working with Universally Unique Identifier – UUID Data type

The PostgreSQL provides Universally Unique Identifier -UUID data type and related functions. In the previous post, I shared the truth about Universally Unique Identifier – UUID. You can visit this article here. PostgreSQL provides two extensions. 1. uuid-ossp 2. pgcrypto. You can install above extension using below script. [crayon-663077ab91211090338471/] I am using pgcrypto extension for … Continue reading PostgreSQL: Working with Universally Unique Identifier – UUID Data type