SELECT gen_random_uuid()
çıktı üretir
ERROR: function gen_random_uuid() does not exist
SQL state: 42883
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
CREATE EXTENSION pgcrypto;Seçili veritabanında koştum ve SELECT gen_random_bytes(1)mükemmel çalışıyor ( uzantının manuel olarak oluşturulmadığı gen_random_bytesdiğer veritabanlarında çalışmaz pgcrypto).
% psql --version
psql (PostgreSQL) 9.5.3
Ubuntu sürümü 16.04'tür.
to_regprocya yok:ERROR: function to_regproc(unknown) does not exist.