BUG #15546: alter large object n owner to new owner
The Post Office <noreply@postgresql.org>
From: PG Bug reporting form <noreply@postgresql.org>
To: pgsql-bugs@lists.postgresql.org
Cc: git17@ska67.de
Date: 2018-12-11T13:15:36Z
Lists: pgsql-bugs
The following bug has been logged on the website:
Bug reference: 15546
Logged by: Stefan Kadow
Email address: git17@ska67.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".
Commits
-
Doc: improve documentation about ALTER LARGE OBJECT requirements.
- a96722938ed7 9.4.21 landed
- 733f3588cd5c 9.5.16 landed
- b48cfafd5fe7 9.6.12 landed
- b10997b5b3ee 10.7 landed
- 9fbe7d974026 11.2 landed
- d65ddb2b5674 12.0 landed