create database - Docs search results , p.3

31.9. Quick Setup

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

13.5. Caveats

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

pg_probackup

databases of the cluster. For Postgres Pro 11 or higher: Create PTRACK extension: CREATE EXTENSION

17.2. Installing Postgres Pro Enterprise on Windows

create a database cluster and start the database server are as follows: 1-GHz processor

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

22.1. Overview

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

53.15. pg_database

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

Chapter 53. 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

Appendix F. Additional Supplied Modules

CREATE EXTENSION command. In a fresh database, you can simply do CREATE EXTENSION module_name

25.1. SQL Dump

database dbname will not be created by this command, so you must create it yourself

Chapter 47. PL/Python - Python Procedural Language

database, use CREATE EXTENSION plpythonu (but see also Section 47.1 ). Tip If a language is installed

5.8. Schemas

database you are connected to. So to create a table in the new schema, use: CREATE

19.16. Preset Options

database is created. lc_ctype ( string ) Reports the locale that determines character classifications. See Section