Re: permission denied for large object 200936761

From: Andrus <kobruleht2(at)hot(dot)ee>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, pgsql-general(at)postgresql(dot)org
Subject: Re: permission denied for large object 200936761
Date: 2021-02-01 23:07:42
Message-ID: 467be57b-9ef6-c3a4-227e-f403ec1b5d68@hot.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

> What code changed between the last backup and today?

I have imported data from other clusters and executed lot of different
sql commands.  I have used grant, revoke, reassign commands to change
privileges for other users and have deleted and added users.

Cluster contains 25 databases. There are 50 users executing SELECT,
INSERT, UPDATE, DELETE, CREATE, DROP  and similar commands.

dumpuser has rights only to one database and two schemas (public and
firma74 ).

> You could try some of the functions here:
>
> https://www.postgresql.org/docs/12/lo-funcs.html
>
> to see if you can figure it out.

There is only one function , lo_get() in this page which returns data. I
tried

select * from lo_get(200936761);

select * from lo_get(200936762);

select * from lo_get(200936767);

Those queries returned one row containing one zero-length column lo_get.

Andrus.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2021-02-01 23:18:44 Re: permission denied for large object 200936761
Previous Message Adrian Klaver 2021-02-01 22:28:26 Re: permission denied for large object 200936761