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
:।