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
。