Re: BUG #16478: Unable to edit and delete for certain row manuallyusing db beaver

Поиск
Список
Период
Сортировка
От Francisco Olarte
Тема Re: BUG #16478: Unable to edit and delete for certain row manuallyusing db beaver
Дата
Msg-id CA+bJJbxBqRgbkjJk8Ci7OS6k+s8Sm2kGONDR-eJc00KOf-Autg@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #16478: Unable to edit and delete for certain row manually using db beaver  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #16478: Unable to edit and delete for certain row manuallyusing db beaver  (Nanda Christanto <chris@xcidic.com>)
Список pgsql-bugs
Nanda:

On Thu, Jun 4, 2020 at 10:42 AM PG Bug reporting form
<noreply@postgresql.org> wrote:
> I got the following error in my postgre db and some of the in the data
> cannot be edited / deleted at all? Any suggestion
> FATAL: remaining connection slots are reserved for non-replication superuser
> and rds_superuser connections
> FATAL: remaining connection slots are reserved for non-replication superuser
> and rds_superuser connections

That does not seem like a bug. Postgres has a limit to the
connections, max_connections. Some of it are reserved for superusers,
so in case of problems the suepruser can still get in and fix them,
like the reserved root space on unix filesystems.

These seems like you have too many connection and you cannot edit
because you cannot connect. You are probably using a graphical client
which hides this fact.

You should ask your question in the general list, preferrably posting
some more details like "when I connect to postgres using wunderbar-sql
3.14.16 from linux I get this error and pink messages show", otherwise
even the very knodlegeable people on that list will not be able to
help you.

As this does not seem like a bug, but clearly configuration or pilot
error, this list is not the place to post it, and people replying to
bugs will probably just skip your message.

Regards.
   Francisco Olarte.



В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Lauralee Orain"
Дата:
Сообщение: Connexion postgresql
Следующее
От: Nanda Christanto
Дата:
Сообщение: Re: BUG #16478: Unable to edit and delete for certain row manuallyusing db beaver