# Databases in PostgreSQL In PostgreSQL, a database is a named collection of tables, indexes, views, stored procedures, and other database objects. Each PostgreSQL server can manage multiple databases, enabling the separation and organization of data sets for various applications, projects, or users. Learn more from the following resources: - [@official@Managing Databases](https://www.postgresql.org/docs/current/managing-databases.html)