pgsql: doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constra

From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constra
Date: 2024-11-07 13:08:26
Message-ID: E1t92FO-000dC1-EQ@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints

The previous wording is easy to read incorrectly; this change makes it
simpler, less ambiguous, and less prominent.

Backpatch to all live branches.

Reviewed-by: Amit Langote <amitlangote09(at)gmail(dot)com>
Discussion: https://postgr.es/m/202411051201.zody6mld7vkw@alvherre.pgsql

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/344ac149cfdfc1efe1608f46f40f05f4af91c8eb

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-11-07 20:00:10 pgsql: Use __attribute__((target(...))) for AVX-512 support.
Previous Message Peter Eisentraut 2024-11-07 10:21:22 pgsql: Clarify a foreign key error message