Commit 558d1c95 authored by Robert Haas's avatar Robert Haas

Fix thinko in ALTER FOREIGN TABLE documentation.

Noah Misch
parent bd1ad1b0
...@@ -264,7 +264,7 @@ ALTER FOREIGN TABLE <replaceable class="PARAMETER">name</replaceable> ...@@ -264,7 +264,7 @@ ALTER FOREIGN TABLE <replaceable class="PARAMETER">name</replaceable>
added or removed with <literal>ADD COLUMN</literal> or added or removed with <literal>ADD COLUMN</literal> or
<literal>DROP COLUMN</literal>, a system <literal>oid</> column is added <literal>DROP COLUMN</literal>, a system <literal>oid</> column is added
or removed, a <literal>CHECK</> or <literal>NOT NULL</> constraint is 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 user's responsibility to ensure that the table definition matches the
remote side. remote side.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment