pgadmin4 icon indicating copy to clipboard operation
pgadmin4 copied to clipboard

Debugger should be disabled on system catalogs

Open FaharAbbasRizvi opened this issue 2 years ago • 0 comments

Describe the bug

If the user goes into the pg_catalogs and expands the procedure node then "raise_application_error" is also displayed but if the user tries to debug it, the user can do it, the debugger should be disabled for system catalogs

To Reproduce

Steps to reproduce the behavior:

  1. Go to PostgreSQL_catalogs(pg_catlogs)
  2. Right Click on a procedure3.  select debugger and click on click on debug
  3. No result is displayed

Expected behavior

Debugger should be disabled on system catalogs.

Screenshots

Screen Shot 2023-03-31 at 9 32 04 AM

Desktop (please complete the following information):  - OS: [All]  - Version: [tested on v6.21 and above]  - Mode: [All]  - Package type: [All]

FaharAbbasRizvi avatar Mar 31 '23 04:03 FaharAbbasRizvi