create database - Docs search results , p.3

pg_probackup

databases of the cluster. For Postgres Pro 11 or higher: Create PTRACK extension: CREATE EXTENSION

13.5. Caveats

created database objects such as tables are visible to concurrent Repeatable Read and Serializable transactions

21.1. Overview

Databases are created with the CREATE DATABASE command (see Section 21.2 ) and destroyed with the DROP

48.15. pg_database

Databases are created with the CREATE DATABASE command. Consult Chapter 21 for details about the meaning

Chapter 48. System Catalogs

CREATE DATABASE inserts a row into the pg_database catalog — and actually creates the database

ALTER DATABASE

DATABASE statement is a Postgres Pro extension. See Also CREATE DATABASE , DROP DATABASE , SET , CREATE

Appendix F. Additional Supplied Modules

CREATE EXTENSION command. In a fresh database, you can simply do CREATE EXTENSION module_name

24.1. SQL Dump

database dbname will not be created by this command, so you must create it yourself

Chapter 42. PL/Python - Python Procedural Language

database, use CREATE EXTENSION plpythonu , or from the shell command line use createlang plpythonu dbname

5.8. Schemas

database you are connected to. So to create a table in the new schema, use: CREATE

18.15. Preset Options

database is created. lc_ctype ( string ) Reports the locale that determines character classifications. See Section

Chapter 41. PL/Perl - Perl Procedural Language

database, use CREATE EXTENSION plperl , or from the shell command line use createlang plperl dbname

REINDEX

DATABASE Recreate all indexes within the current database. Indexes on shared system catalogs are also

18.11. Client Connection Defaults

database. If a nondefault tablespace is specified, the user must have CREATE privilege for it, or creation

createlang

created databases as well. See Also droplang , CREATE EXTENSION , CREATE LANGUAGE Prev   Home   Next createdb