diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index bf9f0181ea..a5a2e60946 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -4115,8 +4115,8 @@ ALTER INDEX measurement_city_id_logdate_key Some operations require a stronger lock when using declarative - partitioning than when using table inheritance. For example, adding - 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 an ACCESS EXCLUSIVE lock on the parent table, whereas a SHARE UPDATE EXCLUSIVE lock is enough in the case of regular inheritance.