No function matches the given name and argument types

后端 未结 3 2065
孤城傲影
孤城傲影 2020-12-03 10:39

My function is:

 CREATE OR REPLACE FUNCTION FnUpdateSalegtab09
(
 iacyrid Integer,iRepId Integer,iDrId Integer,ivrid Integer,imode smallint,itrno 
varchar,it         


        
3条回答
  •  温柔的废话
    2020-12-03 11:22

    In my particular case the function was actually missing. The error message is the same. I am using the Postgresql plugin PostGIS and I had to reinstall that for whatever reason.

提交回复
热议问题