summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/alter_type.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/alter_type.sgml b/doc/src/sgml/ref/alter_type.sgml
index 7e2258e1e34..4027c1b8f7d 100644
--- a/doc/src/sgml/ref/alter_type.sgml
+++ b/doc/src/sgml/ref/alter_type.sgml
@@ -290,9 +290,8 @@ ALTER TYPE <replaceable class="PARAMETER">name</replaceable> RENAME VALUE <repla
<title>Notes</title>
<para>
- If <command>ALTER TYPE ... ADD VALUE</> (the form that adds a new value to
- an enum type) is executed inside a transaction block, the new value cannot
- be used until after the transaction has been committed.
+ <command>ALTER TYPE ... ADD VALUE</> (the form that adds a new value to an
+ enum type) cannot be executed inside a transaction block.
</para>
<para>