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

Commitaa48a22

Browse files
committed
The psql online help for ALTER TABLE (\h alter table) is corrupt. I
traced this back to what I believe is an error in the sgml file used togenerate this comment, found in pgsql/doc/src/sgml/ref/alter_table.sgml.Stephen Birch
1 parent85b309e commitaa48a22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ref/alter_table.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.8 1999/07/22 15:09:06 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.9 2000/01/09 17:35:27 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -24,10 +24,10 @@ Postgres documentation
2424
</refsynopsisdivinfo>
2525
<synopsis>
2626
ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
27-
[ * ] ADD [ COLUMN ] <replaceable class="PARAMETER">ER">co</replaceable>BLE> <replaceable
27+
[ * ] ADD [ COLUMN ] <replaceable class="PARAMETER">column</replaceable> <replaceable
2828
class="PARAMETER">type</replaceable>
2929
ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
30-
[ * ] RENAME [ COLUMN ] <replaceable class="PARAMETER">ER">co</replaceable>BLE> TO <replaceable
30+
[ * ] RENAME [ COLUMN ] <replaceable class="PARAMETER">column</replaceable> TO <replaceable
3131
class="PARAMETER">newcolumn</replaceable>
3232
ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
3333
RENAME TO <replaceable class="PARAMETER">newtable</replaceable>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp