File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
5
5
.SH NAME
6
6
create table \(em create a new class
7
7
.SH SYNOPSIS
8
8
.nf
9
- \fB create table \fR classname \fB ( \fP attname type [not null ] [\fB default \fP value ]
10
- [\fB , \fP attname type [\fB default \fP value] [\fB not null \fP ] ]\fB ) \fP
9
+ \fB create table \fR classname \fB ( \fP attname type [\fB default \fP value ] [\fB not null \fP ]
10
+ [\fB , \fP attname type [\fB default \fP value] [\fB not null \fP ] [, ...] ]\fB ) \fP
11
11
[\fB inherits \fR \fB ( \fR classname [\fB , \fR classname] \fB ) \fR ]
12
12
[\fB constraint \fR cname \fB check \fR \fB ( \fR test \fB ) \fR [, \fB check \fR \fB ( \fR test \fB ) \fR ] ]
13
13
[\fB archive \fR \fB = \fR archive_mode]
You can’t perform that action at this time.
0 commit comments