pgsql: doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constra - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constra
Date
Msg-id E1t92FO-000dC4-Ex@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Clarify a foreign key error message
Next
From: Nathan Bossart
Date:
Subject: pgsql: Use __attribute__((target(...))) for AVX-512 support.