]> begriffs open source - ai-pg/blob - full-docs/txt/managing-databases.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / managing-databases.txt
1
2 Chapter 22. Managing Databases
3
4    Table of Contents
5
6    22.1. Overview
7    22.2. Creating a Database
8    22.3. Template Databases
9    22.4. Database Configuration
10    22.5. Destroying a Database
11    22.6. Tablespaces
12
13    Every instance of a running PostgreSQL server manages one or more
14    databases. Databases are therefore the topmost hierarchical level for
15    organizing SQL objects (“database objects”). This chapter describes the
16    properties of databases, and how to create, manage, and destroy them.