head 1.7; access; symbols; locks; strict; comment @# @; 1.7 date 93.01.26.02.43.13; author aoki; state Exp; branches; next 1.6; 1.6 date 92.07.14.05.54.17; author ptong; state Exp; branches; next 1.5; 1.5 date 92.07.13.03.45.59; author ptong; state Exp; branches; next 1.4; 1.4 date 92.06.17.21.12.23; author mer; state Exp; branches; next 1.3; 1.3 date 91.08.17.02.23.18; author kemnitz; state Exp; branches; next 1.2; 1.2 date 91.08.16.02.06.02; author kemnitz; state Exp; branches; next 1.1; 1.1 date 91.08.11.19.23.52; author mao; state Exp; branches; next ; desc @man page for createdb postquel command @ 1.7 log @-man version @ text @.\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... .\" $Header: /home2/aoki/ref/postquel/RCS/createdb,v 1.6 1992/07/14 05:54:17 ptong Exp aoki $ .TH CREATEDB COMMANDS 01/23/93 .XA 2 Createdb .SH NAME createdb \(em create a new database .SH SYNOPSIS .(l M \fBcreatedb\fP dbname .)l .SH DESCRIPTION .BR Createdb creates a new \*(PG database. The creator becomes the administrator of the new database. .SH "SEE ALSO" createdb(unix), destroydb(commands), destroydb(unix), initdb(unix). .SH BUGS This command should .BR NOT be executed interactively. The .IR createdb (unix) script should be used instead. @ 1.6 log @reformated @ text @d1 1 d3 2 a4 2 .\" $Header: /home/postgres/mer/refs/postquel/RCS/createdb,v 1.5 1992/07/13 03:45:59 ptong Exp ptong $ .SP CREATEDB COMMANDS 8/11/91 d6 5 a10 7 .uh NAME .lp createdb \*- create a new database .uh SYNOPSIS .lp .(l \fBcreatedb\fR dbname d12 6 a17 10 .uh DESCRIPTION .lp .b Createdb creates a new \*(PP database. The creator becomes the administrator of the new database. This command was added to \*(PQ in Version \*(PV and is intended to be used by the createdb script. .lp .uh "SEE ALSO" .lp d19 8 a26 8 initdb(unix), createdb(unix), destroydb(unix). .lp .uh BUGS .lp This command should NOT be executed by humans. The \fBcreatedb\fR(unix) script should be used instead. @ 1.5 log @Fixed up formating @ text @d2 1 a2 1 .\" $Header: /home/postgres/mer/refs/postquel/RCS/createdb,v 1.4 1992/06/17 21:12:23 mer Exp ptong $ d30 1 a30 1 This command should NOT be executed by humans. The createdb(unix) script @ 1.4 log @minor bug fix for version 4 @ text @d2 1 a2 1 .\" $Header: /home/postgres/mer/refs/postquel/RCS/createdb,v 1.3 1991/08/17 02:23:18 kemnitz Exp mer $ d10 3 a12 2 .b createdb dbname d16 1 a16 1 creates a new POSTGRES database. d18 1 a18 1 This command was added to postquel in version 3.0 and is intended @ 1.3 log @don't put a formfeed at the end of the file! @ text @d2 1 a2 1 .\" $Header: postquel/RCS/createdb,v 1.2 91/08/16 02:06:02 kemnitz Exp $ d17 2 a18 1 This is a new query language command as of release 3.0. @ 1.2 log @fixed as per Mike's specifications. ./ @ text @d2 1 a2 1 .\" $Header: postquel/RCS/createdb,v 1.1 91/08/11 19:23:52 mao Exp Locker: kemnitz $ a29 1 .lp @ 1.1 log @Initial revision @ text @d2 1 a2 1 .\" $Header$ a18 12 Since .b createdb is a Postquel command, it must be executed from inside an existing database. For this reason, the .b initdb program must have been run to set up the template database. The .b createdb shell script simply opens the template database and executes this query. d23 8 a30 1 createdb(unix). @