create database - Docs search results , p.3

E.2. Release 16.2

CREATE DATABASE (Noah Misch) If an operating system crash occurred during or shortly after CREATE

13.6. Caveats

created database objects such as tables are visible to concurrent Repeatable Read and Serializable transactions

CREATE COLLATION

database encoding. See CREATE DATABASE for the precise rules. Examples To create a collation from

23.1. Overview

Databases are created with the CREATE DATABASE command (see Section 23.2 ) and destroyed with the DROP

Chapter 53. System Catalogs

CREATE DATABASE inserts a row into the pg_database catalog — and actually creates the database

ALTER DATABASE

DATABASE statement is a PostgreSQL extension. See Also CREATE DATABASE , DROP DATABASE , SET , CREATE TABLESPACE

26.1. SQL Dump

database dbname will not be created by this command, so you must create it yourself

Chapter 46. PL/Python — Python Procedural Language

database, use CREATE EXTENSION plpython3u . Tip If a language is installed into template1 , all subsequently

28.2. The Cumulative Statistics System

creating a database. VersionFileWrite Waiting for the version file to be written while creating a database

E.1. Release 16.3

databases you create later. To fix template0 , you'll need to temporarily make it accept

24.2. Collation Support

database system was initialized, then a new collation may be created using the CREATE COLLATION

REINDEX

DATABASE Recreate all indexes within the current database, except system catalogs. Indexes on system catalogs

pgbench

created database to test in. (You may also need -h , -p , and/or -U options to specify

Chapter 45. PL/Perl — Perl Procedural Language

database, use CREATE EXTENSION plperl . Tip If a language is installed into template1 , all subsequently

CREATE LANGUAGE

database, which will cause it to be available automatically in all subsequently-created databases. Examples