create database - Docs search results , p.8

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

pg_ctl

creates a new PostgreSQL database cluster, that is, a collection of databases that will be managed

69.1. Database File Layout

database can use the same CREATE TABLESPACE location value without conflicts.) Within the version-specific

5.3. Constraints

database systems.) The above example could also be written as: CREATE TABLE products ( product_no integer

CREATE FOREIGN DATA WRAPPER

creates a new foreign-data wrapper. The user who defines a foreign-data wrapper becomes its owner. The foreign-data wrapper name must be unique within the database

43.10. Trigger Functions

database events. A trigger function is created with the CREATE FUNCTION command, declaring it as a function

DO

database by means of CREATE EXTENSION . plpgsql is installed by default, but other languages are not. The user

Chapter 48. Background Worker Processes

create and use. BGWORKER_BACKEND_DATABASE_CONNECTION Requests the ability to establish a database connection

34.21. Example Programs

database with the following commands * (provided in src/test/examples/testlibpq2.sql): * * CREATE SCHEMA TESTLIBPQ2; * SET search_path = TESTLIBPQ2

ALTER PUBLICATION

CREATE privilege on the database. Also, the new owner of a FOR ALL TABLES publication

3.6. Inheritance

database design. Let's create two tables: A table cities and a table capitals . Naturally

14.4. Populating a Database

recreate the indexes. Of course, the database performance for other users might suffer during the time

8.1. Numeric Types

creating unique identifier columns (similar to the AUTO_INCREMENT property supported by some other databases

52.62. pg_type

created for each table in the database, to represent the row structure of the table