"Andreas Nolte" <[email protected]> writes: > ... CEST ERROR: syntax error at or near "@" at character 33 > ... CEST STATEMENT: ALTER FUNCTION public.sp_pp_set(@ppnr integer, @JobID > character varying) OWNER TO sa;
Hmm, looks like it's forgetting to double-quote function argument names
when needed. Thanks for the report!
regards, tom lane
--
Sent via pgsql-bugs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
