diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-01-25 17:56:22 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-01-25 17:56:22 -0500 |
commit | 558d1c95ae6afb8728f70a150c593f7e7aa5fac1 (patch) | |
tree | 56c7e8f6f5cdd296672c5bd83aeb1ae5cc9c2c25 /doc/src | |
parent | bd1ad1b019cda851a3e925133c056930368e6424 (diff) | |
download | postgresql-558d1c95ae6afb8728f70a150c593f7e7aa5fac1.tar.gz postgresql-558d1c95ae6afb8728f70a150c593f7e7aa5fac1.zip |
Fix thinko in ALTER FOREIGN TABLE documentation.
Noah Misch
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/alter_foreign_table.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_foreign_table.sgml b/doc/src/sgml/ref/alter_foreign_table.sgml index 9d14b195809..c2ebdac8479 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 <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> |