Re: [GENERAL] plpgsql, insert with wariables in function triggered
Marcin Mazurek wrote: [Charset iso-8859-2 unsupported, filtering to ASCII...] > Hi, > why I can't use tabb variable in INSERT ? > The error message I get is: > ERROR: parser: parse error at or near "$1" > >DECLARE > ids1 INTEGER;ids2 INTEGER; >
[GENERAL] plpgsql, insert with wariables in function triggered
Hi, why I can't use tabb variable in INSERT ? The error message I get is: ERROR: parser: parse error at or near "$1" DECLARE ids1 INTEGER;ids2 INTEGER; tab TEXT;tabbTEXT; ... tab := TG_RELNAME; tabb :=