create database - Docs search results , p.7

49.2. Logical Decoding Concepts

CREATE_REPLICATION_SLOT ), a snapshot is exported (see Section 9.27.5 ), which will show exactly the state of the database

53.12. pg_collation

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

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

53.40. pg_publication

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

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

19.6. Upgrading a PostgreSQL Cluster

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

45.5. Trusted and Untrusted PL/Perl

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

CREATE TABLE

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

33.1. Running the Tests

database by this name will be dropped. The tests will also transiently create some cluster

53.51. pg_statistic

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