create database - Docs search results , p.2

CREATE TABLESPACE

CREATE DATABASE , CREATE TABLE , CREATE INDEX or ADD CONSTRAINT to have the data files for these

24.3. Character Set Support

database cluster using initdb . It can be overridden when you create a database, so you can have

createuser

create databases. -D --no-createdb The new user will not be allowed to create databases

26.3. Continuous Archiving and Point-in-Time Recovery (PITR)

database that the CREATE DATABASE copied is modified while the base backup is still in progress

pg_dumpall

create the built-in postgres and template1 databases, ensuring that those databases will retain the same

Appendix M. Glossary

CREATE DATABASE , CREATE INDEX , and CLUSTER . Cast A conversion of a datum from its current

22.2. Role Attributes

database user ” . To create a role with login privilege, use either: CREATE ROLE name LOGIN

SHOW

database creation time. LC_COLLATE Shows the database's locale setting for collation (text ordering

F.40. sepgsql — SELinux-, label-based mandatory access control (MAC) security module

Creating a new database object requires create permission. SELinux will grant or deny this permission

E.4. Release 16

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

42.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

53.15. pg_database

Databases are created with the CREATE DATABASE command. Consult Chapter 23 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

31.11. Quick Setup

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