diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2021-05-06 16:42:30 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2021-05-06 16:42:30 -0400 |
commit | db6e1aeb952e9aed26ba2a56b4145293c72b8068 (patch) | |
tree | cb8528f40f942fd8b8a3f07f7e040219232d4477 /doc/src/sgml/ref | |
parent | c9787385db47ba423d845b34d58e158551c6335d (diff) | |
download | postgresql-db6e1aeb952e9aed26ba2a56b4145293c72b8068.tar.gz postgresql-db6e1aeb952e9aed26ba2a56b4145293c72b8068.zip |
Improve documentation on DETACH PARTITION lock levels
This was forgotten in 71f4c8c6f74b.
Reported-by: Pavel Luzanov <p.luzanov@postgrespro.ru>
Author: Amit Langote <amitlangote09@gmail.com>
Discussion: https://postgr.es/m/0688e7c3-8bc8-a3e4-9d8e-3bcbbf3e1f4d@postgrespro.ru
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 9cef1f101eb..087f640dc07 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -967,7 +967,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM </listitem> </varlistentry> - <varlistentry> + <varlistentry id="sql-altertable-detach-partition"> <term><literal>DETACH PARTITION <replaceable class="parameter">partition_name</replaceable> [ CONCURRENTLY | FINALIZE ]</literal></term> <listitem> |