//! Discovery of every user-visible `PostgreSQL` schema.
use BTreeSet;
use PostgresError;
use ;
/// Queries the database for all user-visible schema names.
///
/// Used to distinguish a truly missing schema from one that merely has no tile-serving functions or tables.
pub async