|
1 | 1 | .\" This is -*-nroff-*- |
2 | 2 | .\" XXX standard disclaimer belongs here.... |
3 | | -.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.11 1997/10/09 04:59:37 thomas Exp $ |
| 3 | +.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.12 1997/10/17 11:35:33 vadim Exp $ |
4 | 4 | .TH "CREATE TABLE" SQL 09/25/97 PostgreSQL |
5 | 5 | .SH NAME |
6 | 6 | create table\(em create a new class |
@@ -29,8 +29,6 @@ Each attribute may be specified to be non-null and |
29 | 29 | each may have a default value, specified by the |
30 | 30 | .IR default |
31 | 31 | clause which is the keyword "default" followed by a constant or expression. |
32 | | -\fBNote\fR: DEFAULT in version 6.2 works like constraint - there is no |
33 | | -way to insert NULL into an attribute having DEFAULT value. |
34 | 32 | .PP |
35 | 33 | Each array attribute stores arrays that must have the same number of |
36 | 34 | dimensions but may have different sizes and array index bounds. An |
|