create database - Docs search results , p.9

E.11. Postgres Pro Standard 9.6.15.1

created your database in a non-default location, you must run the pgpro_upgrade script

F.22. Hunspell Dictionaries Modules

database using CREATE EXTENSION command, text search dictionary and configuration objects in the public schema

E.9. Postgres Pro Standard 9.6.16.1

created your database in a non-default location, you must run the pgpro_upgrade script

Chapter 1. Getting Started

Creating a Database 1.4. Accessing a Database Prev   Home   Next Part I. Tutorial  Up  1.1. Installation

E.10. Postgres Pro Standard 9.6.15.2

created your database in a non-default location, you must run the pgpro_upgrade script

27.5. Dynamic Tracing

database, and relation OIDs identifying the relation. arg5 is the ID of the backend which created

48.12. pg_collation

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

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

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. As explained

45.2. Logical Decoding Concepts

created using the streaming replication interface, a snapshot is exported (see Section 9.26.5 ), which will show exactly the state of the database

CREATE TABLE

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

41.5. Trusted and Untrusted PL/Perl

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

17.6. Upgrading a Postgres Pro Cluster

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

pg_upgrade

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