8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cb2ee commit e1218f5Copy full SHA for e1218f5
doc/src/sgml/ddl.sgml
@@ -4121,8 +4121,8 @@ ALTER INDEX measurement_city_id_logdate_key
4121
<listitem>
4122
<para>
4123
Some operations require a stronger lock when using declarative
4124
- partitioning than when using table inheritance. For example, adding
4125
- or removing a partition to or from a partitioned table requires taking
+ partitioning than when using table inheritance. For example,
+ removing a partition from a partitioned table requires taking
4126
an <literal>ACCESS EXCLUSIVE</literal> lock on the parent table,
4127
whereas a <literal>SHARE UPDATE EXCLUSIVE</literal> lock is enough
4128
in the case of regular inheritance.
0 commit comments