https://stackoverflow.com/a/771880/156458 provides a way to show all the tables defined in a database, via information schema. Since information schema is per database, I guess it won't be useful for showing all the databases in a cluster?
How would you show all the databases in a cluster in a comparable way, i.e. without using psql
's command or option?
Thanks.