Skip to content
Snippets Groups Projects
Commit fcc0320b authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Manual page cleanup.

parent 2ab3d659
No related branches found
No related tags found
No related merge requests found
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
.SH NAME .SH NAME
create table \(em create a new class create table \(em create a new class
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcreate table\fR classname \fB(\fPattname type [\fBdefault\fP value] \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] [\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] [\fBarchive\fR \fB=\fR archive_mode]
[\fBstore\fR \fB=\fR \*(lqsmgr_name\*(rq] [\fBstore\fR \fB=\fR \*(lqsmgr_name\*(rq]
[\fBarch_store\fR \fB=\fR \*(lqsmgr_name\*(rq] [\fBarch_store\fR \fB=\fR \*(lqsmgr_name\*(rq]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment