create database - Docs search results , p.5

48.76. pg_shadow

create databases usesuper bool   User is a superuser userepl bool   User can initiate streaming replication

II. Postgres Pro Client Applications

database createdb — create a new Postgres Pro database createlang — install a Postgres Pro procedural language

48.36. pg_pltemplate

created in a particular database by a simple CREATE LANGUAGE command, with no need to specify

Chapter 21. Managing Databases

Databases Table of Contents 21.1. Overview 21.2. Creating a Database 21.3. Template Databases 21.4. Database

16.2. Installing Postgres Pro Standard on Windows

create default database Port — TCP/IP port to listen. Default: 5432. SuperUser — name of the database

J.1. Installation

database already exists, it will be deleted and recreated! The owner of the demo database

9.26. System Administration Functions

database (which is granted by default). To use pg_tablespace_size , you must have CREATE

40.1. Overview

database users can be trusted to use this language; it does not give them unlimited authority. The other notable implementation restriction is that Tcl functions cannot be used to create

34.15. Packaging Related Objects into an Extension

database management. Postgres Pro calls such a package an extension . To define an extension, you need at least a script file that contains the SQL commands to create

Chapter 5. Data Definition

Database Objects 5.13. Dependency Tracking This chapter covers how one creates the database structures that

CREATE EXTENSION

CREATE EXTENSION loads a new extension into the current database. There must not be an extension

20.1. Database Roles

database). To create a role use the CREATE ROLE SQL command: CREATE ROLE name ; name

Part I. Tutorial

Creating a Database 1.4. Accessing a Database 2. The SQL Language 2.1. Introduction 2.2. Concepts

ALTER ROLE

CREATE ROLE reference page. new_name The new name of the role. database_name The name

E.53. Release 9.6.4

database of the cluster, run the following commands as superuser: SET search_path = pg_catalog; CREATE