SELECT gen_random_uuid()
ผลิตผล
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;
บนฐานข้อมูลที่เลือกและSELECT gen_random_bytes(1)
ทำงานได้อย่างสมบูรณ์ ( gen_random_bytes
ไม่ทำงานบนฐานข้อมูลอื่นที่pgcrypto
ไม่ได้สร้างส่วนขยายด้วยตนเอง)
% psql --version
psql (PostgreSQL) 9.5.3
รุ่นของ Ubuntu คือ 16.04
to_regproc
ไม่มีอยู่เช่นกัน:ERROR: function to_regproc(unknown) does not exist
.