The cursor blinked against a black terminal window, waiting for the next command. You type pgcli and it responds instantly—fast tab completion, syntax highlighting, and smart suggestions for your PostgreSQL shell. Now imagine that same experience, but across federated databases without the overhead of multiple connections, embedded scripts, or painful context-switching. That is the power of Federation Pgcli.
Federation Pgcli combines the interactive muscle of pgcli with the reach of database federation. It lets you query multiple Postgres instances, or even different data sources unified through Postgres foreign data wrappers (FDW), in one cohesive flow. No more juggling logins. No more opening separate terminals or writing custom glue code.
With Federation Pgcli, you connect to your federation gateway once. Every remote table becomes instantly available, with autocompletion that knows your schema across all linked sources. You can join tables from different databases as if they were local. Performance tuning becomes simpler because you monitor and query from a single shell, leveraging Postgres' planner across federated data.