Hi Is it possible for pgAdmin to execute SQL statements over multiple databases?
As an example, if one has done horizontal sharding with Databas01, Database02...DatabaseN having the same schema and the data spread over the cluster. Is it possible to configure pgAdmin to distribute the Sql requests to all databases and reduce the results? Thank you