-
Notifications
You must be signed in to change notification settings - Fork 67
ERROR: must be superuser to examine "shared_preload_libraries" #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @killua001, Thank you for your bug report. In fact, pg_pathman is supposed to show you this message:
We'll fix this in no time, but you should definitely follow this hint. |
Thank you |
Pushed a fix into |
Hi, @funbringer , The error "ERROR: must be superuser to examine "shared_preload_libraries" still there. Can I download the master branch now, or will you provided a hot fix release? |
to @killua001:
Could you try a |
I will try the master branch, and run it for one week. |
README says that |
to @tarvip: Thanks, I've fixed readme. Sometimes it's hard to track changes. pg_pathman should be the last extension. |
to @killua001: Is everything ok now? |
@funbringer |
Ok, feel free to write us if anything is wrong. You'll be able to post messages in this thread even if the issue is closed. |
@funbringer |
I think we'll roll out a bugfix release in 1-2 days (1.3.1). |
@funbringer |
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'
The text was updated successfully, but these errors were encountered: