PostgreSQL has extension 'uuid-ossp' but can't find uuid_generate_v4()
I installed PostgreSql and checked if extention 'uuid-ossp' was there. CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; And I checked the results with sql query. SELECT * FROM pg_available_extensions; enter image description here However, the uuid_generate_v4() function cannot be used when…