Re: BUG #18814: cannot read properties of undefined (reading 'notifies')

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: lovekid9000(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18814: cannot read properties of undefined (reading 'notifies')
Date: 2025-02-17 15:51:11
Message-ID: 825501.1739807471@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> one of our developers tries to execute the select * query getting the below
> error in the PG4admin tool. when trying the first and last 100 columns
> result getting

> "cannot read properties of undefined (reading 'notifies')"

There is no such error message in Postgres itself, so I suppose this
is coming out of pgAdmin. The pgAdmin project has their own trouble
reporting mechanism[1], so you should take this up directly with them.

regards, tom lane

[1] https://www.pgadmin.org/support/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2025-02-17 16:39:11 Re: BUG #18815: Logical replication worker Segmentation fault
Previous Message Tom Lane 2025-02-17 15:45:47 Re: BUG #18816: pg16 requires perl 5.14+ but is not documented