create database - Docs search results , p.7

53.12. pg_collation

database, it could be useful to create collations whose encoding does not match the database

53.40. pg_publication

created in the database. For more on publications see Section 31.1 . Table 53.40.  pg_publication

Chapter 1. Getting Started

Creating a Database 1.4. Accessing a Database Prev   Up   Next Part I. Tutorial  Home  1.1. Installation

20.15. Preset Options

database is created. Ordinarily, clients need only be concerned with the value of client_encoding

CREATE SCHEMA

CREATE privilege for the current database. (Of course, superusers bypass this check.) Examples Create a schema

ALTER DEFAULT PRIVILEGES

created in the current database), or just for objects created in specified schemas. While you can change

F.8. btree_gin — GIN operator classes with B-tree behavior

CREATE privilege on the current database. F.8.1. Example Usage # CREATE TABLE test (a int4); -- create

pg_upgrade

database schemas, and not user data. For deployment testing, create a schema-only copy of the old cluster

CREATE INDEX

CREATE INDEX constructs an index on the specified column(s) of the specified relation, which can be a table or a materialized view. Indexes are primarily used to enhance database

45.5. Trusted and Untrusted PL/Perl

database superusers to create functions in untrusted languages. If the above function was created by a superuser

19.6. Upgrading a PostgreSQL Cluster

Create a new database cluster if needed. Remember that you must execute these commands while

9.27. System Administration Functions

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

55.4. Streaming Replication Protocol

created in a database other than the database the walsender is connected to, this command

CREATE TABLE

create a new, initially empty table in the current database. The table will be owned

CREATE STATISTICS

created in the current database and will be owned by the user issuing the command