mirror of
https://github.com/postgres/postgres.git
synced 2025-06-18 00:02:37 -04: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