Closed
Description
When run sql to delete data from the partition table:
delete from ubas_event_info_his_20170327 a where a.data_source not in ('ios','android')
Error raise:
Caused by: org.postgresql.util.PSQLException: ERROR: must be superuser to examine "shared_preload_libraries"
postgresql.conf:
shared_preload_libraries = 'pg_pathman,repmgr_funcs,pg_stat_statements,auto_explain'