create database - Docs search results , p.7

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

pg_upgrade

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

9.26. System Administration Functions

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

CREATE SUBSCRIPTION

CREATE SUBSCRIPTION adds a new subscription for the current database. The subscription name must be distinct

44.5. Trusted and Untrusted PL/Perl

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

30.7. Security

CREATE privilege in the database. To add tables to a publication, the user must have

18.6. Upgrading a PostgreSQL Cluster

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

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

51.50. pg_statistic

database. Entries are created by ANALYZE and subsequently used by the query planner. Note that

25.2. File System Level Backup

database server is running. However, a backup created in this way saves the database files

PostgreSQL Server Applications

database server resides. Other utility programs are listed in PostgreSQL Client Applications . Table of Contents initdb — create

PREPARE

database session. When the session ends, the prepared statement is forgotten, so it must be recreated

CREATE STATISTICS

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

26.5. Hot Standby

database using PL functions will still be possible, even though the transaction is read-only locally. The following types of administration commands are not accepted during recovery mode: Data Definition Language (DDL) - e.g., CREATE