create database - Docs search results , p.5

Release 9.2

CREATE DATABASE (Tom Lane) This prevents cases where pg_database . datcollate or datctype could be interpreted

Release 8.2

creation (ITAGAKI Takahiro) This leaves extra free space in each table or index page, allowing improved performance as the database

Release 8.3.12

CREATE DATABASE and ALTER DATABASE ... SET TABLESPACE to be interrupted by query-cancel (Guillaume Lelarge

Release 8.2.18

CREATE DATABASE and ALTER DATABASE ... SET TABLESPACE to be interrupted by query-cancel (Guillaume Lelarge

pg_basebackup

database.) To create a backup of a local database where the tablespace in /opt/ts is relocated

Release 1.01

databases created with Postgres95 version 1.0, the following steps are required: Set the definition of NAMEDATALEN

DROP DATABASE

DATABASE statement in the SQL standard. See Also CREATE DATABASE Prev Home Next DROP CONVERSION

Release 9.3.6

CREATE DATABASE or ALTER DATABASE SET TABLESPACE (Pavan Deolasee, Andres Freund) Fix incorrect processing of CreateEventTrigStmt

Release 9.1.15

CREATE DATABASE or ALTER DATABASE SET TABLESPACE (Pavan Deolasee, Andres Freund) Fix DROP 's dependency

Release 9.2.10

CREATE DATABASE or ALTER DATABASE SET TABLESPACE (Pavan Deolasee, Andres Freund) Fix DROP 's dependency

Release 1.0

databases in psql now works. * bad pg_proc entry for float4inc() is fixed * users with usecreatedb field set can now create

Release 8.3.23

CREATE DATABASE and DROP DATABASE could misbehave if there were concurrent updates of pg_tablespace

Release 9.0.12

CREATE DATABASE and DROP DATABASE could misbehave if there were concurrent updates of pg_tablespace

PostgreSQL Client Applications

database createdb  -- create a new PostgreSQL database createlang  -- install a PostgreSQL

Release 8.4.16

CREATE DATABASE and DROP DATABASE could misbehave if there were concurrent updates of pg_tablespace