On Thu, Sep 19, 2024 at 10:31 AM Eugen Konkov <[email protected]> wrote:
> > I want to connect to 'postgres' database and dump 'mydb', because database > was turned to readonly mode and does not accept connections: > This is fundamentally impossible by the design of the system. You can only dump the database you connect to. David J.
