Describes how to removing setup the Connection Manager.
No work is required on the client side.
On the server side, drop watchdog extension by DROP EXTENSION statement and remove it from shared_preload_libraries.
Example)
postgres=# DROP EXTENSION watchdog; DROP EXTENSION