File: create_database.l.html

package info (click to toggle)
mpsql 2.0-2
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 2,912 kB
  • ctags: 5,665
  • sloc: ansic: 34,322; makefile: 3,525; sh: 17
file content (42 lines) | stat: -rw-r--r-- 1,509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!-- manual page source format generated by PolyglotMan v3.0.4, -->
<!-- available via anonymous ftp from ftp.cs.berkeley.edu:/ucb/people/phelps/tcltk/rman.tar.Z -->

<HTML>
<HEAD>
<TITLE>"CREATE(DATABASE") manual page</TITLE>
</HEAD>
<BODY>
<A HREF="sql.html">SQL Reference Contents</A>
 
<H2><A NAME="sect0" HREF="#toc0">NAME </A></H2>
create database - create a new database  
<H2><A NAME="sect1" HREF="#toc1">SYNOPSIS </A></H2>
<B>create database 
</B> dbname [<B>with location = ' </B>dbpath<B>' </B>] <BR>
  
<H2><A NAME="sect2" HREF="#toc2">DESCRIPTION </A></H2>
<B>create database</B> 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 <B>initarea</B> <P>
  
<H2><A NAME="sect3" HREF="#toc3">SEE ALSO </A></H2>
<A HREF="createdb.1.html">createdb(1)</A>
, drop <A HREF="database.l.html">database(l)</A>
, <A HREF="destroydb.1.html">destroydb(1)</A>
, <A HREF="initarea.1.html">initarea(1)</A>
, 
<A HREF="initdb.1.html">initdb(1)</A>
. <P>

<HR><P>
<A NAME="toc"><B>Table of Contents</B></A><P>
<UL>
<LI><A NAME="toc0" HREF="#sect0">NAME</A></LI>
<LI><A NAME="toc1" HREF="#sect1">SYNOPSIS</A></LI>
<LI><A NAME="toc2" HREF="#sect2">DESCRIPTION</A></LI>
<LI><A NAME="toc3" HREF="#sect3">SEE ALSO</A></LI>
</UL>
</BODY></HTML>