PostgreSQL
Chapter 22. Managing Databases
Table of Contents
Every instance of a running PostgreSQL server manages one or more databases. Databases are therefore the topmost hierarchical level for organizing SQL objects (“[.quote]#database objects”#). This chapter describes the properties of databases, and how to create, manage, and destroy them.
Prev | Up | Next |
---|---|---|
21.6. Function Security |
22.1. Overview |
Copyright © 1996-2023 The PostgreSQL Global Development Group