根据Redshift forum,这是已知问题。
我刚用过
json_extract_path_text(regexp_replace(event_properties,'\\\\\\\\.',''),'someValue')
但是正在加载
json_extract_path_text(regexp_replace(event_properties,'\\\\\\\\\\\\\\\\.',''),'someValue')
我想在Redshift postgresql中设置standard_conforming_strings=true
。这可以在Redshift中设置吗?如果是的话,你能指导我吗?