我没有运气将一个jsonb类型传递给一个plv8函数,它是作为类型字符串出现的。我在想我是不是做错了?create or replace function jt ( o json ) returns integer language plv8 immutable plv8.elog(INFO, 'argument is ', o);
plv<
如何在评估中停用对plv8函数的访问?create or replace function plv8.elog(NOTICE, 'test');//--plv8 = null; // this would disable permanently plv8, also after another call of the function
varevalRes = eval
安装postgres后,无法创建扩展plv8。我正在使用:CREATE EXTENSION plv8;ERROR: could not open extension control file "/usr/local/share/postgresql/extension/plv8.control": No such file or directory
ERROR: could not ope
我想为我的项目使用Fhirbase api,我参考 (本地)这个链接来安装fhirbase服务器,并遵循文档中给出的所有步骤。ERROR: function fhir_create_storage(unknown) does not exist
LINE 1: SELECT fhir_create_storage('{"resourceType": "Patient"}');