head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	94.03.12.10.17.53;	author aoki;	state Exp;
branches;
next	1.2;

1.2
date	93.05.30.05.24.56;	author aoki;	state Exp;
branches;
next	1.1;

1.1
date	93.01.26.02.43.13;	author aoki;	state Exp;
branches;
next	;


desc
@@


1.3
log
@typo
@
text
@.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /usr/local/devel/postgres/src/ref/unix/RCS/pmkdir.1src,v 1.2 1993/05/30 05:24:56 aoki Exp aoki $
.TH PMKDIR UNIX 01/23/93
.XA 1 "Pmkdir"
.SH NAME
pmkdir \- create a new Inversion file system directory
.SH SYNOPSIS
.B pmkdir
[\c
.B -D
database]
[\c
.B -H
host]
[\c
.B -P
port]
.I path
{
.I path ...
}
.SH DESCRIPTION
.B Pmkdir
creates new directories on the Inversion file system.
The Inversion file system has a hierarchical namespace with
the same rules as that of the Unix filesystem:
components in a pathname are separated by slashes,
and an initial slash refers to the root directory of the file system.
.SH ARGUMENTS
.TP 10
.I pathname
The name of the directory to create.
.\" Because Inversion has no notion of a current working directory,
.\" this must be a fully-qualified pathname rooted at ``/''.
.TP
.BR "-D" " database"
Specifies the database to use.  Defaults to the value of the
environment variable 
.SM DATABASE
(see below).
.TP
.BR "-H" " host"
Specifies the hostname of the machine on which the 
.IR postmaster
is running.  Defaults to the name of the local host, or the value of
the
.SM PGHOST
environment variable (if set).
.TP
.BR "-P" " port"
Specifies the Internet TCP port on which the
.IR postmaster
is listening for connections.  Defaults to 4321, or the value of the
.SM PGPORT
environment variable (if set).
.SH EXAMPLES
The command
.(C
pmkdir /a/b/c/d
.)C
creates a new directory \*(lqd\*(rq as a child of \*(lq/a/b/c\*(rq.
\*(lq/a/b/c\*(rq must already exist.
.SH ENVIRONMENT
If no database is given on the command line, the environment variable
.SM DATABASE
is checked.  If no environment variable
.SM DATABASE
is present, the command exits with an error status.
.PP 
The environment variable
.SM PFCWD
is used for the current directory if the pathname specified is
relative.
.SH BUGS
See
.IR "introduction" "(large objects)"
for filename and path limitations imposed by the Inversion file system.
@


1.2
log
@added note about filename/path limitations (ref to lobj man page)
@
text
@d3 1
a3 1
.\" $Header: /home2/aoki/master/src/ref/unix/RCS/pmkdir.1src,v 1.1 1993/01/26 02:43:13 aoki Exp aoki $
d62 2
a63 2
creates a new directory \*(lqd\*(rq as a child of \*(lq/a/b/c\*(rq,
which must exist.
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
.\" $Header$
d75 4
@
