mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
Apparently, the old text was written at a time when the only use of constraint_name here was for a constraint to be dropped, but that's no longer true. Etsuro Fujita