SELECT gen_random_uuid()
sản xuất đầu ra
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.
Tôi đã chạy CREATE EXTENSION pgcrypto;
trên cơ sở dữ liệu được chọn và SELECT gen_random_bytes(1)
hoạt động hoàn hảo ( gen_random_bytes
không hoạt động trên các cơ sở dữ liệu khác nơi pgcrypto
tiện ích mở rộng không được tạo thủ công).
% psql --version
psql (PostgreSQL) 9.5.3
Phiên bản Ubuntu là 16.04.
to_regproc
không tồn tại cả :ERROR: function to_regproc(unknown) does not exist
.