This document discusses using PostgreSQL as a central database to access data from other databases. It describes foreign data wrappers that allow PostgreSQL to query tables defined in other databases. Examples are provided of using PostgreSQL to join and query data from MariaDB, SQLite, and other databases. Advanced features like materialized views, JSON functions, and indexing are demonstrated to improve performance of queries across multiple data sources.