mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +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