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 fd76369 commit e2a19a6Copy full SHA for e2a19a6
doc/src/sgml/ddl.sgml
@@ -4115,8 +4115,8 @@ ALTER INDEX measurement_city_id_logdate_key
4115
<listitem>
4116
<para>
4117
Some operations require a stronger lock when using declarative
4118
- partitioning than when using table inheritance. For example, adding
4119
- 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
4120
an <literal>ACCESS EXCLUSIVE</literal> lock on the parent table,
4121
whereas a <literal>SHARE UPDATE EXCLUSIVE</literal> lock is enough
4122
in the case of regular inheritance.
0 commit comments