Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fcc0320

Browse files
committed
Manual page cleanup.
1 parent 2ab3d65 commit fcc0320

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/man/create_table.l

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.7 1997/09/27 03:14:17 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.8 1997/09/27 03:58:29 momjian Exp $
44
.TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
55
.SH NAME
66
create table \(em create a new class
77
.SH SYNOPSIS
88
.nf
99
\fBcreate table\fR classname \fB(\fPattname type [\fBdefault\fP value]
10-
[\fB,\fP attname type \fBdefault\fP value]\fB )\fP
10+
[\fB,\fP attname type [\fBdefault\fP value] ]\fB )\fP
1111
[\fBinherits\fR \fB(\fR classname [\fB,\fR classname] \fB)\fR]
12-
[\fBconstraint\fR cname \fBcheck\fR \fB(\fR test \fB)\fR [\fB,\fR \fBcheck\fR test]
12+
[\fBconstraint\fR cname \fBcheck\fR \fB(\fR test \fB)\fR [, \fBcheck\fR \fB(\fR test \fB)\fR ] ]
1313
[\fBarchive\fR \fB=\fR archive_mode]
1414
[\fBstore\fR \fB=\fR \*(lqsmgr_name\*(rq]
1515
[\fBarch_store\fR \fB=\fR \*(lqsmgr_name\*(rq]

0 commit comments

Comments
 (0)