create database - Docs search results , p.8

pg_ctl

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

5.4. Constraints

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

69.1. Database File Layout

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

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

42.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 47. Background Worker Processes

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

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

51.63. pg_type

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

E.20. Release 12

CREATE EVENT TRIGGER , ANALYZE , EXPLAIN , VACUUM , ALTER TABLE , ALTER INDEX , ALTER DATABASE , and ALTER INDEX

14.5. Non-Durable Settings

database software; only abrupt operating system stoppage creates a risk of data loss or corruption