diff options
-rw-r--r-- | doc/src/sgml/ddl.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index d4c5ce8d8a7..991323d3471 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -4121,8 +4121,8 @@ ALTER INDEX measurement_city_id_logdate_key <listitem> <para> 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 <literal>ACCESS EXCLUSIVE</literal> lock on the parent table, whereas a <literal>SHARE UPDATE EXCLUSIVE</literal> lock is enough in the case of regular inheritance. |