mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add another underscore to manual page name.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" XXX standard disclaimer belongs here....
|
||||||
.\" $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 $
|
||||||
.TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
|
.TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
create table - create a new class
|
create table - create a new class
|
||||||
@ -63,7 +63,7 @@ Each new class
|
|||||||
.IR classname
|
.IR classname
|
||||||
is automatically created as a type. Therefore, one or more instances
|
is automatically created as a type. Therefore, one or more instances
|
||||||
from the class are automatically a type and can be used in
|
from the class are automatically a type and can be used in
|
||||||
.IR "alter table" (l)
|
.IR "alter_table" (l)
|
||||||
or other
|
or other
|
||||||
.BR "create table"
|
.BR "create table"
|
||||||
statements. See
|
statements. See
|
||||||
|
Reference in New Issue
Block a user