create database - Docs search results , p.9

5.3. Constraints

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

F.49. pg_tsparser

create the pg_tsparser extension for each database you are planning to use: CREATE EXTENSION

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.9. Trigger Procedures

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

DO

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

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

Postgres Pro Server Applications

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

Chapter 47. Background Worker Processes

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

F.69. vops

create vectorized tables and query data using vector operations in your database. If you would

pg_ctl

creates a new Postgres Pro database cluster, that is, a collection of databases that will

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.62. pg_type

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