We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898b3e6 commit a726204Copy full SHA for a726204
src/man/create_table.l
@@ -1,6 +1,6 @@
1
.\" This is -*-nroff-*-
2
.\" XXX standard disclaimer belongs here....
3
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.19 1998/06/23 17:52:32 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.20 1998/06/24 12:52:47 momjian Exp $
4
.TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
5
.SH NAME
6
create table - create a new class
@@ -63,7 +63,7 @@ Each new class
63
.IR classname
64
is automatically created as a type. Therefore, one or more instances
65
from the class are automatically a type and can be used in
66
-.IR "alter table" (l)
+.IR "alter_table" (l)
67
or other
68
.BR "create table"
69
statements. See
0 commit comments