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

Commit 8bd813d

Browse files
author
Thomas G. Lockhart
committed
Fix error in ordering of arguments.
1 parent 577b058 commit 8bd813d

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,13 +1,13 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.10 1997/10/02 02:50:22 vadim Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.11 1997/10/09 04:59:37 thomas 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
9-
\fBcreate table\fR classname \fB(\fPattname type [not null] [\fBdefault\fP value]
10-
[\fB,\fP attname type [\fBdefault\fP value] [\fBnot null\fP] ]\fB )\fP
9+
\fBcreate table\fR classname \fB(\fPattname type [\fBdefault\fP value] [\fBnot null\fP]
10+
[\fB,\fP attname type [\fBdefault\fP value] [\fBnot null\fP] [, ...] ]\fB )\fP
1111
[\fBinherits\fR \fB(\fR classname [\fB,\fR classname] \fB)\fR]
1212
[\fBconstraint\fR cname \fBcheck\fR \fB(\fR test \fB)\fR [, \fBcheck\fR \fB(\fR test \fB)\fR ] ]
1313
[\fBarchive\fR \fB=\fR archive_mode]

0 commit comments

Comments
 (0)