projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd1ad1b
)
Fix thinko in ALTER FOREIGN TABLE documentation.
author
Robert Haas
<
[email protected]
>
Tue, 25 Jan 2011 22:56:22 +0000
(17:56 -0500)
committer
Robert Haas
<
[email protected]
>
Tue, 25 Jan 2011 22:56:22 +0000
(17:56 -0500)
Noah Misch
doc/src/sgml/ref/alter_foreign_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_foreign_table.sgml
b/doc/src/sgml/ref/alter_foreign_table.sgml
index 9d14b195809b1306f3f956aa6f09c215654aca29..c2ebdac8479a5355de9e96b79dd2763b600041c7 100644
(file)
--- a/
doc/src/sgml/ref/alter_foreign_table.sgml
+++ b/
doc/src/sgml/ref/alter_foreign_table.sgml
@@
-264,7
+264,7
@@
ALTER FOREIGN TABLE <replaceable class="PARAMETER">name</replaceable>
added or removed with <literal>ADD COLUMN</literal> or
<literal>DROP COLUMN</literal>, a system <literal>oid</> column is added
or removed, a <literal>CHECK</> or <literal>NOT NULL</> constraint is
- added, or column type is changed with <literal>
ALTER
TYPE</>. It is the
+ added, or column type is changed with <literal>
SET DATA
TYPE</>. It is the
user's responsibility to ensure that the table definition matches the
remote side.
</para>