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-000dBt-Cx@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_17_STABLE

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

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.