create database - Docs search results , p.3

E.9. Release 16

CREATE DATABASE and CREATE COLLATION 's LOCALE options, and initdb and createdb --locale options, control

40.1. Installing Procedural Languages

database template1 are automatically available in all subsequently created databases, since their entries in template1

5.7. Privileges

CREATE # For databases, allows new schemas and publications to be created within the database, and allows

51.15. pg_database

Databases are created with the CREATE DATABASE command. Consult Chapter 21 for details about the meaning

Appendix F. Additional Supplied Modules and Extensions

database system. This is done by executing a CREATE EXTENSION command. In a fresh database

29.11. Quick Setup

database: CREATE PUBLICATION mypub FOR TABLE users, departments; And on the subscriber database: CREATE SUBSCRIPTION

E.7. Release 16.2

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

9.27. System Administration Functions

database the slot was created on. pg_create_logical_replication_slot ( slot_name name , plugin

13.6. Caveats

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

E.3. Postgres Pro Standard 16.2.1

CREATE DATABASE , CREATE GROUP , CREATE ROLE , CREATE TABLESPACE , and CREATE USER security events. Previously, these

pgbouncer

database name): bar = host=foo dbname=bar Such automatically created database entries are cleaned up if they

CREATE COLLATION

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

21.1. Overview

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

Chapter 51. System Catalogs

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

ALTER DATABASE

DATABASE statement is a Postgres Pro extension. See Also CREATE DATABASE , DROP DATABASE , SET , CREATE