- With
--dbservice, it complains that there is no DB:
FATAL: you must give one database with service "pgss_dealloc".
Patch is coming to allow that.
- If the database in the service is
template1 or postgres as often,
it is not possible to query a pg_stat_statements installed in another DB.
That may be a limit. I don't know of a work-around.
Perhaps is it possible to --dbinclude or another parameter to make another connection once connected, but this may be overkill.
--dbservice, it complains that there is no DB:Patch is coming to allow that.
template1orpostgresas often,it is not possible to query a
pg_stat_statementsinstalled in another DB.That may be a limit. I don't know of a work-around.
Perhaps is it possible to
--dbincludeor another parameter to make another connection once connected, but this may be overkill.