Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit16293d0

Browse files
committed
Removed equals sign from examples.
1 parenta921389 commit16293d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/man/create_table.l

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.2 1996/12/11 00:27:19 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.3 1997/01/08 22:37:23 momjian Exp $
44
.TH "CREATE TABLE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create table\(em create a new class
@@ -34,7 +34,7 @@ is specified by appending
3434
.IR n
3535
pairs of square brackets:
3636
.nf
37-
att_name=type[][]..[]
37+
att_name type[][]..[]
3838
.fi
3939
.PP
4040
The optional
@@ -129,7 +129,7 @@ create table foo (bar int4) archive = heavy
129129
--Create class tictactoe to store noughts-and-crosses
130130
--boards as a 2-dimensional array
131131
--
132-
create table tictactoe (game int4, board=char[][])
132+
create table tictactoe (game int4, board char[][])
133133
.fi
134134
.nf
135135
--
@@ -139,7 +139,7 @@ create table tictactoe (game int4, board = char[][])
139139
--type. The type must exist in the "pg_type" catalog or be
140140
--the one currently being defined.
141141
--
142-
create table newemp (name text, manager=newemp)
142+
create table newemp (name text, manager newemp)
143143
.fi
144144
.SH "SEE ALSO"
145145
drop table(l).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp