create database - Docs search results

CREATE DATABASE

CREATE DATABASE Prev   Up SQL Commands Home   Next CREATE DATABASE CREATE DATABASEcreate a new database

21.2. Creating a Database

Creating a Database Prev   Up Chapter 21. Managing Databases Home   Next 21.2. Creating a Database

Index

CREATE DATABASE, Creating a Database , CREATE DATABASE CREATE DOMAIN, CREATE DOMAIN CREATE EVENT TRIGGER, CREATE

1.3. Creating a Database

Creating a Database Prev   Up Chapter 1. Getting Started Home   Next 1.3. Creating a Database

createdb

database Synopsis createdb [ connection-option ...] [ option ...] [ dbname [ description ]] Description createdb creates a new Postgres Pro database

21.3. Template Databases

Databases CREATE DATABASE actually works by copying an existing database. By default, it copies the standard

initdb

database cluster Synopsis initdb [ option ...] [ --pgdata | -D ] directory Description initdb creates a new Postgres Pro database

17.2. Creating a Database Cluster

Creating a Database Cluster Prev   Up Chapter 17. Server Setup and Operation Home   Next 17.2. Creating

pg_dump

create the database itself and reconnect to the created database. (With a script of this

pg_restore

Create the database before restoring into it. If --clean is also specified, drop and recreate

Part VI. Reference

CREATE DATABASEcreate a new database CREATE DOMAIN — define a new domain CREATE EVENT TRIGGER

CREATE ROLE

CREATE ROLE — define a new database role Synopsis CREATE ROLE name [ [ WITH ] option [ ... ] ] where option

E.19. Release 15

database clusters and to newly-created databases in existing clusters. Upgrading a cluster or restoring

SQL Commands

CREATE DATABASEcreate a new database CREATE DOMAIN — define a new domain CREATE EVENT TRIGGER

31.3. Separation of Duties between Privileged DBMS Users

Creation of databases. Setup of connections with the Postgres Pro database. Assignment of DB Administrators