Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 5.2

(Apollo)

create_database(l)


CREATE DATABASE

CREATE DATABASE

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

create database - create a new database

SYNOPSIS

create database dbname [with location = ’dbpath]

DESCRIPTION

create database creates a new Postgres database. The creator becomes the administrator of the new database. An alternate location can be specified as either an environment variable known to the backend server (e.g. ’PGDATA2’) or as an absolute path name (e.g. ’/home/postgres/data’). In either case, the location must be pre-configured by initarea

SEE ALSO

createdb(1), drop database(l), destroydb(1), initarea(1), initdb(1).



create_database(l)