create database - Docs search results , p.5

49.81. pg_roles

create databases rolcanlogin bool   Role can log in. That is, this role can be given

49.91. pg_user

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

1.4. Accessing a Database

Database Once you have created a database, you can access it by: Running the Postgres

CREATE SERVER

database. Creating a server requires USAGE privilege on the foreign-data wrapper being used. Parameters

Chapter 64. BKI Backend Interface

creating a new database cluster. The input file used by initdb is created as part

J.5. Usage

database creation. After the check-in, a boarding pass with the allocated seat number is issued

50.2. Message Flow

CREATE DATABASE ) that cannot be executed inside a transaction block. If one of these is executed

49.86. pg_shadow

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

9.26. System Administration Functions

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

Postgres Pro Client Applications

database createdb — create a new Postgres Pro database createuser — define a new Postgres Pro user

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

41.1. Overview

database, use the CREATE EXTENSION command, for example CREATE EXTENSION pltcl or CREATE EXTENSION pltclu

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