BUG #15546: alter large object n owner to new owner

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: git17(at)ska67(dot)de
Subject: BUG #15546: alter large object n owner to new owner
Date: 2018-12-11 13:15:36
Message-ID: 15546-0558c75fd2025e7c@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15546
Logged by: Stefan Kadow
Email address: git17(at)ska67(dot)de
PostgreSQL version: 9.6.10
Operating system: Debian 9.6 (Stretch)
Description:

Documentation describes:
ALTER LARGE OBJECT large_object_oid OWNER TO { new_owner | CURRENT_USER |
SESSION_USER }
You must be superuser or owner of the large object to use ALTER LARGE
OBJECT.

If you want to use this statement for assigning a "new owner", you have to
be a superuser.
If you are only the owner of the large object, you receive an error message
Postgresql-Error 42501 saying that you must be in the role of the "new
owner".

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2018-12-11 15:23:46 Re: BUG #15545: wrong calculation
Previous Message PG Bug reporting form 2018-12-11 12:46:49 BUG #15545: wrong calculation