Skip to content

How can I change the value of lo_compat_privileges parameter?

0

I need to migrate some large object data from pg_catalog and for that I need lo_compat_privileges to be set to ON but I can't do this as it is not modifiable. Is there a way to modify this?

Thanks

asked 3 years ago894 views
1 Answer
0

Unfortunately, "lo_compat_privileges" is a parameter that cannot be changed by the user.
The "Modifiable" column is set to false, which basically means that the parameters cannot be modified by the user.
para

EXPERT
answered 3 years ago
EXPERT
reviewed 3 years ago
  • Can we raise a support ticket to modify this temporarily, let's say for an hour or two?

  • It would be worth checking, but if you open a support ticket with AWS, they will probably reply that they cannot change it.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.