BGW on managed databases. #364
jorenvandeweyer
started this conversation in
General
Replies: 2 comments 3 replies
-
This might be preventable by setting |
Beta Was this translation helpful? Give feedback.
2 replies
-
If they are using the BGW there should be settings in the postgresql.conf to indicate that that is what's being used. Otherwise, you'd have to ask the cloud provider how they are doing that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My database is hosted and managed by a cloud provider which provides the
pg_partman
extension.When I'm not executing the
partman.run_maintenance
function myself manually. It looks like theSuperUser
of the cloud provider is executing this function in my database.I'm making these assumptions because when I list the child tables of my partition, the
SuperUser
user of the cloud provider is the owner of these tables.Now I'm wondering if they are executing the function "manually" or if they have the background worker enabled, and if so, with which settings. How can I verify this?
Beta Was this translation helpful? Give feedback.
All reactions