Re: debugger from superuser only.... why?

From: Luca Ferrari <fluca1978(at)gmail(dot)com>
To: Александр Петросян (web) <paf(at)yandex(dot)ru>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: debugger from superuser only.... why?
Date: 2023-09-22 11:20:14
Message-ID: CAKoxK+4AsQCWNLriWeo3R2G9fuGcxyC=eWijb4H6eN3N8ymBJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Sep 20, 2023 at 9:32 AM Александр Петросян (web) <paf(at)yandex(dot)ru> wrote:
>
> Checked few sources, can not seem to find reasoning behind this limit:
>
> > You must have superuser privileges to use the debugger.
>

It means database superuser.

> What is the reason?

I suspect the debugger will need to open a connection back to pgadmin,
and that probably is the need for privileges.

Luca

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Petrossian 2023-09-22 11:28:22 Re: debugger from superuser only.... why?
Previous Message Luca Ferrari 2023-09-22 10:44:41 Re: How to fork pg_dump or psql w/o leaking secrets?