0

DB Server : PostgreSQL 14.8

CREATE EXTENSION pgagent ;

CREATE LANGAUGE plpgsql ;

\dx

             List of installed extensions

Name | Version | Schema | Description ---------+---------+------------+------------------------------ pgagent | 4.2 | pgagent | A PostgreSQL job scheduler plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language

\dn

List of schemas Name | Owner ---------+---------- pgagent | postgres public | postgres

All of these cases are confirmed as normal, but pgadmin does not see pgagent job for that db.

enter image description here

This is pgadmin4 v7.1.

Jongpyo Jeon
  • 319
  • 1
  • 4
  • 7

0 Answers0