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

From Tom Lane
Subject pgsql: Doc: remove long-obsolete advice about generated constraint name
Date
Msg-id E1u2wyO-003dM6-1o@gemulon.postgresql.org
Whole thread Raw
List 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.saburov@gmail.com>
Author: "David G. Johnston" <david.g.johnston@gmail.com>
Discussion: https://postgr.es/m/174393459040.678.17810152410419444783@wrigleys.postgresql.org
Backpatch-through: 13

Branch
------
REL_13_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove useless check for negative result of ip_addrsize().
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix memory leak in pg_restore.c