diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index 6a82730..0a86b46 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -92,7 +92,9 @@ ALTER TABLE ALL IN TABLESPACE name
There are several subforms described below. Note that the lock level required
may differ for each subform. An ACCESS EXCLUSIVE lock is held
unless explicitly noted. When multiple subcommands are listed, the lock
- held will be the strictest one required from any subcommand.
+ held will be the strictest one required from any subcommand. If IF EXISTS
+ is specified and the table does not exist, no error is thrown. In this
+ case a notice is issued instead.
@@ -122,16 +124,6 @@ ALTER TABLE ALL IN TABLESPACE name
- IF EXISTS
-
-
- Do not throw an error if the table does not exist. A notice is issued
- in this case.
-
-
-
-
-
SET DATA TYPE