I am trying to activate sql profiler option in edb postgres. i have completed below prerequisites.
-> installed sqlprofile rpm for edb
-> added shared_preload_libraries = '$libdir/sql-profiler'
in postgres.conf file
-> Ran the sql-profiler.sql file against the database ( it was successful)
-> Restarted the services:
However still the sql profile option is disabled in EDB PEM console.
Is there any way to run sql profile from postgres cli .