バージョンごとのドキュメント一覧

第23章 データベース管理

目次

23.1. 概要
23.2. データベースの作成
23.3. テンプレートデータベース
23.4. データベースの設定
23.5. データベースの削除
23.6. テーブル空間
<title>Managing Databases</title>

Every instance of a running <productname>PostgreSQL</productname> server manages one or more databases. Databases are therefore the topmost hierarchical level for organizing <acronym>SQL</acronym> objects (<quote>database objects</quote>). This chapter describes the properties of databases, and how to create, manage, and destroy them. 稼働しているPostgreSQLサーバのすべてのインスタンスは、1つ以上のデータベースを管理します。 したがって、データベースはSQLオブジェクト(データベースオブジェクト)を組織化する場合に最上位の階層レベルとなります。 本章では、データベースの特性、作成方法、管理方法、および削除方法について説明します。