create database - Docs search results , p.3

Appendix F. Additional Supplied Modules

database system. This is done by executing a CREATE EXTENSION command. In a fresh database

29.9. Quick Setup

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

9.27. System Administration Functions

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

13.5. Caveats

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

16.2. Installing Postgres Pro Standard 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

21.1. Overview

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

49.15. pg_database

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

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

24.1. SQL Dump

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

Chapter 43. PL/Python — Python Procedural Language

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

5.9. Schemas

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

E.37. Release 13

CREATE EXTENSION is no longer supported. Any installations still using unpackaged extensions should upgrade them to a packaged version before updating to PostgreSQL 13. Remove support for posixrules files in the timezone database