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-000dC4-Ex@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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f534e38914eb89b86fca8294c03d21ff72fd0719

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 7 ++-----
1 file changed, 2 insertions(+), 5 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