Manual page cleanup.
This commit is contained in:
parent
2ab3d65900
commit
fcc0320b69
@ -1,15 +1,15 @@
|
||||
.\" This is -*-nroff-*-
|
||||
.\" XXX standard disclaimer belongs here....
|
||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.7 1997/09/27 03:14:17 momjian Exp $
|
||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.8 1997/09/27 03:58:29 momjian Exp $
|
||||
.TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
|
||||
.SH NAME
|
||||
create table \(em create a new class
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
\fBcreate table\fR classname \fB(\fPattname type [\fBdefault\fP value]
|
||||
[\fB,\fP attname type \fBdefault\fP value]\fB )\fP
|
||||
[\fB,\fP attname type [\fBdefault\fP value] ]\fB )\fP
|
||||
[\fBinherits\fR \fB(\fR classname [\fB,\fR classname] \fB)\fR]
|
||||
[\fBconstraint\fR cname \fBcheck\fR \fB(\fR test \fB)\fR [\fB,\fR \fBcheck\fR test]
|
||||
[\fBconstraint\fR cname \fBcheck\fR \fB(\fR test \fB)\fR [, \fBcheck\fR \fB(\fR test \fB)\fR ] ]
|
||||
[\fBarchive\fR \fB=\fR archive_mode]
|
||||
[\fBstore\fR \fB=\fR \*(lqsmgr_name\*(rq]
|
||||
[\fBarch_store\fR \fB=\fR \*(lqsmgr_name\*(rq]
|
||||
|
Loading…
x
Reference in New Issue
Block a user