pgsql: Doc: remove long-obsolete advice about generated constraint name

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: remove long-obsolete advice about generated constraint name
Date: 2025-04-10 18:50:00
Message-ID: E1u2wyO-003dLz-1g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: remove long-obsolete advice about generated constraint names.

It's been twenty years since we generated constraint names that
look like "$N". So this advice about double-quoting such names
is well past its sell-by date, and now it merely seems confusing.

Reported-by: Yaroslav Saburov <y(dot)saburov(at)gmail(dot)com>
Author: "David G. Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Discussion: https://postgr.es/m/174393459040.678.17810152410419444783@wrigleys.postgresql.org
Backpatch-through: 13

Branch
------
REL_15_STABLE

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

Modified Files
--------------
doc/src/sgml/ddl.sgml | 3 ---
1 file changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2025-04-10 18:57:20 pgsql: Fix memory leak in pg_restore.c
Previous Message Tom Lane 2025-04-10 18:18:22 pgsql: Remove useless check for negative result of ip_addrsize().