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_bytes
diğer veritabanlarında çalışmaz pgcrypto
).
% psql --version
psql (PostgreSQL) 9.5.3
Ubuntu sürümü 16.04'tür.
to_regproc
ya yok:ERROR: function to_regproc(unknown) does not exist
.