plproxy plpgsql函数中用insert字符串报错解决办法

默认分类 · 2013-02-18

plproxy plpgsql函数中用query text作为参数,其中query里面如果要insert字符串,会报错,其解决办法如下

报错为:

ERROR:   REMOTE ERROR:  column  "test"  does not exist
LINE 4:     VALUES (4, "test")

解决办法为:

把"test"变为''test'' 
postgresql
Theme Jasmine by Kent Liao