SELECT gen_random_uuid()
produce output
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.
Ho eseguito CREATE EXTENSION pgcrypto;
il database selezionato e SELECT gen_random_bytes(1)
funziona perfettamente ( gen_random_bytes
non funziona su altri database in cui l' pgcrypto
estensione non è stata creata manualmente).
% psql --version
psql (PostgreSQL) 9.5.3
La versione di Ubuntu è 16.04.
to_regproc
non esiste né:ERROR: function to_regproc(unknown) does not exist
.