Hello to all,
I need to define a session variable in postgres, for them I try to set it using sc_exec_sql(“set session “usrapp” = ‘{usuario}’”); but I get the next error : pg_query(): Query failed: ERROR: unrecognized configuration parameter “usrapp” obviusly the problem is the double quotes.
How can I use double quotes in sc_exec_sql sentence ? I tryed " “” “”"’
best regards
Marcelo V?a