This repository was archived by the owner on Dec 17, 2024. It is now read-only.
What's the simplest way to get dbname-hostname pairs? #552
Unanswered
rodinasophie
asked this question in
Q&A
Replies: 1 comment
-
Hello. Are you trying to construct SQL returning all monitored databases? Regards |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Pgwatch2 Team,
Could you please help with the following issue: I need a reliable way to group all
dbname
by theirhostname
. I don't want to reproduce the logic ofpgwatch2
wheredbname = hostname + '_' + db_name
due to possible logic update. Are there any other reliable solutions to achieve my goal?Beta Was this translation helpful? Give feedback.
All reactions