Expand description
Discover and use PostgreSQL installations.
You may have many versions of PostgreSQL installed on a system. For example,
on an Ubuntu system, they may be in /usr/lib/postgresql/*
. On macOS using
Homebrew, you may find them in /usr/local/Cellar/postgresql@*
. Runtime
represents one such runtime; and the strategy
module has tools for
finding and selecting runtimes.