From: Robert Haas Date: Tue, 25 Jan 2011 22:56:22 +0000 (-0500) Subject: Fix thinko in ALTER FOREIGN TABLE documentation. X-Git-Tag: REL9_1_ALPHA4~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=558d1c95ae6afb8728f70a150c593f7e7aa5fac1;p=postgresql Fix thinko in ALTER FOREIGN TABLE documentation. Noah Misch --- diff --git a/doc/src/sgml/ref/alter_foreign_table.sgml b/doc/src/sgml/ref/alter_foreign_table.sgml index 9d14b19580..c2ebdac847 100644 --- 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 name added or removed with ADD COLUMN or DROP COLUMN, a system oid column is added or removed, a CHECK or NOT NULL constraint is - added, or column type is changed with ALTER TYPE. It is the + added, or column type is changed with SET DATA TYPE. It is the user's responsibility to ensure that the table definition matches the remote side.