我想在我的项目中使用Fhirbase api,并参考http://fhirbase.github.io/installation.html(本地)此链接来安装fhirbase服务器,并按照文档中给出的所有步骤进行操作,
但当我尝试执行第一个api SELECT fhir_create_storage(' {" resourceType":" Patient"}');它给了我一个错误,
ERROR: function fhir_create_storage(unknown) does not exist
LINE 1: SELECT fhir_create_storage('{"resourceType": "Patient"}');
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
我怎么能解决它?
答案 0 :(得分:1)
你必须按SET plv8.start_proc = 'plv8_init';
初始化plv8机器。这应该在一个新连接上完成,所以重新连接并执行第一个语句或将其放在postgresql.conf中。 http://pgxn.org/dist/plv8/doc/plv8.html#Start-up.procedure