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-000dC1-EQ@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_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(-)


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.